mirror of
https://github.com/MatMoul/firefox-gui-chrome-css.git
synced 2024-12-23 09:56:10 +00:00
5 lines
266 B
CSS
Executable File
5 lines
266 B
CSS
Executable File
// 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; }
|