Bug 409974: Addresses in autocomplete list hard to read or invisible with non-default system themes, patch by Dão Gottwald <dao@mozilla.com>, r=me, a=beltzner

This commit is contained in:
gavin@gavinsharp.com 2008-04-13 17:49:46 -07:00
parent 922cd3a87e
commit 5791de170b

View File

@ -1144,6 +1144,10 @@ statusbarpanel#statusbar-display {
}
.ac-url-text {
color: GrayText;
}
.ac-url-text:-moz-system-metric(windows-default-theme) {
color: #336633;
}