mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 661858 - Style tab-modal prompts with system colors. r=dolske
This commit is contained in:
parent
891e9a7613
commit
9f93b800a3
@ -10,11 +10,10 @@ tabmodalprompt {
|
||||
}
|
||||
|
||||
.mainContainer {
|
||||
color: black;
|
||||
background-color: white;
|
||||
background-clip: padding-box;
|
||||
color: -moz-fieldText;
|
||||
background-color: -moz-field;
|
||||
border-radius: 2px;
|
||||
border: 1px solid hsla(0,0%,0%,.5);
|
||||
border: 1px solid threeDDarkShadow;
|
||||
}
|
||||
|
||||
.topContainer {
|
||||
|
Loading…
Reference in New Issue
Block a user