mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1182494 - Set background-color to white when moz-appearance is none in editor reftests. r=mstange
This commit is contained in:
parent
da48706823
commit
27be468ef5
@ -25,6 +25,7 @@
|
|||||||
textbox[multiline="true"], html|textarea {
|
textbox[multiline="true"], html|textarea {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
|
background-color: white !important;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user