Bug 492121: always specify foreground/background colors together (fixes issues in preference titles and awesomebar), r=mfinkle

This commit is contained in:
Gavin Sharp 2009-05-11 17:17:31 -04:00
parent be2d6bbd02
commit 53a2800dae
4 changed files with 6 additions and 2 deletions

View File

@ -383,7 +383,8 @@ placeitem .button-text {
}
.autocomplete-items {
background-color: #fff;
color: black;
background-color: white;
}
.autocomplete-item,

View File

@ -61,6 +61,7 @@ richlistitem {
/* panels ------------------------------------------------------------------ */
.panel-dark {
color: white;
background-color: #414141;
}

View File

@ -383,7 +383,8 @@ placeitem .button-text {
}
.autocomplete-items {
background-color: #fff;
color: black;
background-color: white;
}
.autocomplete-item,

View File

@ -40,6 +40,7 @@
/* panels ------------------------------------------------------------------ */
.panel-dark {
color: white;
background-color: #414141;
}