no ugly border around checkboxes or radio buttons
This commit is contained in:
parent
e8190c6511
commit
53a3a307e8
|
@ -34,7 +34,7 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
|
|||
|
||||
/* INPUTS */
|
||||
input[type="text"], input[type="password"] { cursor:text; }
|
||||
input, textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
|
||||
input:not([type="checkbox"]):not([type="radio"]), textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
|
||||
width:10em; margin:.3em; padding:.6em .5em .4em;
|
||||
font-size:1em; font-family:Arial, Verdana, sans-serif;
|
||||
background:#fff; color:#333; border:1px solid #ddd; outline:none;
|
||||
|
|
Loading…
Reference in New Issue