mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 492121: always specify foreground/background colors together (fixes issues in preference titles and awesomebar), r=mfinkle
This commit is contained in:
parent
be2d6bbd02
commit
53a2800dae
@ -383,7 +383,8 @@ placeitem .button-text {
|
||||
}
|
||||
|
||||
.autocomplete-items {
|
||||
background-color: #fff;
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.autocomplete-item,
|
||||
|
@ -61,6 +61,7 @@ richlistitem {
|
||||
|
||||
/* panels ------------------------------------------------------------------ */
|
||||
.panel-dark {
|
||||
color: white;
|
||||
background-color: #414141;
|
||||
}
|
||||
|
||||
|
@ -383,7 +383,8 @@ placeitem .button-text {
|
||||
}
|
||||
|
||||
.autocomplete-items {
|
||||
background-color: #fff;
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.autocomplete-item,
|
||||
|
@ -40,6 +40,7 @@
|
||||
|
||||
/* panels ------------------------------------------------------------------ */
|
||||
.panel-dark {
|
||||
color: white;
|
||||
background-color: #414141;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user