--
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { /* display: none; <- Crashes Chrome on hover */ -webkit-appearance: none; margin: 0; /* <-- Apparently some margin are still there even though it's hidden */ }
You can always use the inspector (webkit, possibly Firebug for Firefox) to look for matched CSS properties for the elements you are interested in, look for Pseudo elemnts.
----- Original Message -----From: Renato VasconcellosSent: Tuesday, June 26, 2012 2:59 AMSubject: Re: [drupal-br] Re: retomando o assunto campo número aparece sinal de mais e menos usando modules web form
--