affects the background color behind radios and checkboxes, not the color of the checkable background
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
<!---Head--->
none
<!---Body--->
<form>
<input type="text" style="background-color:red"><br>
<textarea cols="20" rows="10" style="background-color:green"></textarea>
<select style="background-color:blue">
<option> test </option>
</select>
</form>
No Reviews to show
