[html5] Remove spinners (input[number]) in Opera

Anders Jönsson joensson.anders at gmail.com
Thu Apr 21 03:25:27 PDT 2011


Hi!

How do you remove the spinners that you get when using a number type in an
input (<input type=”number”>) in Opera?

I have removed them in Chrome with:

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

Regards
/Anders

@anjonsson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/help-whatwg.org/attachments/20110421/d8c3bb12/attachment-0001.htm>


More information about the Help mailing list