[Bug 238823] Re: [MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them hard to read in multiple themes (human, etc.)

Derek bugs at m8y.org
Mon Jun 23 15:59:35 UTC 2008


Better set of userChrome.css - even this one is not ideal since a menu item can be selected/highlighted even when the mouse is not hovering over it.
Leads to annoying effect of URL in wrong colour, and fllickering when moving over items.  But at least this one handles dark themes.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 

.ac-url-text {
    color: MenuText !important;
    background-color: Menu !important;
}
.autocomplete-richlistitem:hover .ac-url-text {
    color: HighlightText !important;
    background-color: Highlight !important;
}
.autocomplete-richlistitem {
    border-bottom: 1px solid ThreeDShadow !important;
}

-- 
[MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them hard to read in multiple themes (human, etc.)
https://bugs.launchpad.net/bugs/238823
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list