html - Clear/Overwrite css for a input element -


i have problem styling form. works fine except checkboxes. strange. have @ small rectangle, how looks when place checkbox in html:

<input id="check" type="checkbox" name="test" value="test"/> 

enter image description here

the strange thing is, if remove css not change. there basic css configuration checkbox make standart checkbox? tried things like

#check{background: white !important} 

but not work.

any other advice?

is default styling browser or have like

* { margin: 0; padding: 0 } 

in css code? if so... that's what's causing default behavior removed , hard put back.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -