Bug 1182494 - Set background-color to white when moz-appearance is none in editor reftests. r=mstange

This commit is contained in:
Andrew Comminos 2015-07-10 07:49:00 +02:00
parent da48706823
commit 27be468ef5

View File

@ -25,6 +25,7 @@
textbox[multiline="true"], html|textarea {
border: none !important;
-moz-appearance: none !important;
background-color: white !important;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}