Merge pull request #255 from simonlnu/master

fix checkboxes and radio buttons for some browsers
This commit is contained in:
Simon 2012-04-20 17:19:49 -07:00
commit 7bae290aeb
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;