mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 432190: Some colors aren't considerate to accessible themes, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=mano, a=beltzner
This commit is contained in:
parent
0c2fa39cbd
commit
8c6830a8a9
@ -914,7 +914,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
#identity-popup-content-box > description,
|
||||
#identity-popup-encryption-label {
|
||||
white-space: pre-wrap;
|
||||
color: black;
|
||||
padding-left: 15px;
|
||||
margin: 2px 0 4px;
|
||||
}
|
||||
@ -958,7 +957,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
/* Identity popup bounding box */
|
||||
#identity-popup-container {
|
||||
background-image: none;
|
||||
background-color: white;
|
||||
min-width: 280px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -49,6 +49,10 @@
|
||||
color: -moz-DialogText;
|
||||
}
|
||||
|
||||
#placesMenu > menu:hover:not(:active):not([open="true"]) {
|
||||
color: -moz-buttonhovertext;
|
||||
}
|
||||
|
||||
#placesMenu > menu > .menubar-right {
|
||||
-moz-appearance: toolbarbutton-dropdown;
|
||||
width: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user