Y
Hacker News
new
|
ask
|
show
|
jobs
by
mryall
5542 days ago
The following should work in browsers with decent CSS2 support [1]:
input[type=reset] { display: none; }
You might need a !important in there immediately before the semicolon if your user stylesheets aren't getting priority otherwise.
[1]
http://www.w3.org/TR/CSS2/selector.html#attribute-selectors