5 ms·
Why not add the following rule to your user stylesheet? input[type=reset] {display: none; visibility:hidden;} That hides them all from view.
by natabbotts 15y ago
Why not add the following rule to your user stylesheet?
input[type=reset] {display: none; visibility:hidden;}
That hides them all from view.
- billybob 15y agoUnless someone has "cleverly" created a Javascript-powered reset button. :) But still, good suggestion.