Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz

MozReview-Commit-ID: IbwWM0FL6HF
This commit is contained in:
Mats Palmgren
2017-05-21 17:15:00 +08:00
parent 35df0ba8a6
commit bd90393cc1
336 changed files with 574 additions and 695 deletions

View File

@@ -5,7 +5,7 @@
<style>
p:fİrst-letter {color: red}
/* work around unreliable form-control rendering on Gtk+3 (see bug 1223198): */
input { -moz-appearance: none; appearance: none; }
input { -moz-appearance: none; }
</style>
</head>