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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to