mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1198415
- Specify a foreground color for toolkit autocomplete panels. r=dao
This commit is contained in:
parent
4e2170d463
commit
097f39f6fa
@ -40,6 +40,7 @@ panel[type="autocomplete"],
|
||||
panel[type="autocomplete-richlistbox"],
|
||||
.autocomplete-history-popup {
|
||||
padding: 0px !important;
|
||||
color: -moz-FieldText;
|
||||
background-color: -moz-Field;
|
||||
font: icon;
|
||||
-moz-appearance: none;
|
||||
|
@ -45,6 +45,7 @@ panel[type="autocomplete-richlistbox"],
|
||||
-moz-border-bottom-colors: ThreeDShadow;
|
||||
-moz-border-left-colors: ThreeDShadow;
|
||||
padding: 0;
|
||||
color: -moz-FieldText;
|
||||
background-color: -moz-Field;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user