fix checkbox/radio buttons for some browsers

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-20 20:18:47 -04:00
parent 172aff1c2b
commit 7a14f45904
2 changed files with 4 additions and 0 deletions

View File

@ -2546,6 +2546,8 @@ input[type="search"] {
input[type="checkbox"], input[type="radio"] {
border: 1px #999 solid;
margin: 0 0 0 0;
height: 15px;
width: 15px;
}
input[type="submit"], input[type="button"] {
background-color: #eee;

View File

@ -2547,6 +2547,8 @@ input[type="search"] {
input[type="checkbox"], input[type="radio"] {
border: 1px #999 solid;
margin: 0 0 0 0;
height: 15px;
width: 15px;
}
input[type="submit"], input[type="button"] {
background-color: #555753;