mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
922cd3a87e
commit
5791de170b
@ -1144,6 +1144,10 @@ statusbarpanel#statusbar-display {
|
||||
}
|
||||
|
||||
.ac-url-text {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.ac-url-text:-moz-system-metric(windows-default-theme) {
|
||||
color: #336633;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user