I have added style sheet like this
<link rel="stylesheet" href="http://yui.yahooapis.com/3.13.0/build/cssreset-context/cssreset-context.css" type="text/css" />
<link href="/static/css/style.css" rel="stylesheet" type="text/css" />
and i had
input::-webkit-inner-spin- {
-webkit-appearance: none;
margin: 0;
}
inside my style.css to remove spin button from my number inputs.
But after I applied the link to yui reset, the code from my input::-webkit..... has stopped working. I am not able to make it work again, can someone help and explain me.