1
0
mirror of https://github.com/MatMoul/firefox-gui-chrome-css.git synced 2024-12-23 17:56:11 +00:00
firefox-gui-chrome-css/chrome/userContent.css

5 lines
254 B
CSS
Raw Normal View History

2017-11-21 01:33:55 +00:00
input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; }
input[type=button], input[type=submit] { -moz-appearance: button; }
input[type=checkbox] { -moz-appearance: checkbox; }
input[type=radio] { -moz-appearance: radio; }