Sun, 15 May 2011 21:14:39 +0300, /Stanimir Stamenkov/:
The background color of the URL field is
not exactly pale yellow by default, but uses the system color for
tool tips. You could either change that, or if you really want a
custom color, try adding the following to your "userChrome.css":
@-moz-document url("chrome://navigator/content/navigator.xul") {
.urlbar-security-level[level="high"],
.urlbar-security-level[level="low"] {
background-color: pink;
color: black;
}
}
Ah, you'll need to mark the style declarations as !important to
override the existing ones (I always forget):
.urlbar-security-level[level="high"],
.urlbar-security-level[level="low"] {
background-color: pink !important;
color: black !important;
}
--
Stanimir
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey