[cap-talk] Testers needed (Was: Petname tool for Firefox 3.x?)

Tyler Close tyler.close at gmail.com
Mon Sep 8 19:27:34 CDT 2008


On Mon, Sep 8, 2008 at 5:08 PM, Baldur Johannsson
<zarutian+cap-talk at gmail.com> wrote:
> Two proverbs:
> When in doubt make it configurable but select good defaults.

;) We're essentially discussing the CSS file at:

extensions/{98d4a14e-67d3-40f7-96c4-38a6c07c32f2}/chrome/skin/petname-tool.css

Which anyone who cares can probably edit. The file currently says:

.petname-tool-disabled {
    -moz-appearance: none !important;
    font-family: monospace;
    font-style: italic;
}

.petname-tool-enabled {
    -moz-appearance: none !important;
    font-family: monospace;
    font-style: italic;
}

.petname-tool-populated {
    -moz-appearance: none !important;
    color: green;
    font-family: monospace;
    font-weight: bold;
}

So far, everything but the use of italics and bold has generated some
comment. ;)

--Tyler


More information about the cap-talk mailing list