Merge pull request #255 from simonlnu/master
fix checkboxes and radio buttons for some browsers
This commit is contained in:
commit
7bae290aeb
|
@ -2546,6 +2546,8 @@ input[type="search"] {
|
||||||
input[type="checkbox"], input[type="radio"] {
|
input[type="checkbox"], input[type="radio"] {
|
||||||
border: 1px #999 solid;
|
border: 1px #999 solid;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
|
height: 15px;
|
||||||
|
width: 15px;
|
||||||
}
|
}
|
||||||
input[type="submit"], input[type="button"] {
|
input[type="submit"], input[type="button"] {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
|
|
@ -2547,6 +2547,8 @@ input[type="search"] {
|
||||||
input[type="checkbox"], input[type="radio"] {
|
input[type="checkbox"], input[type="radio"] {
|
||||||
border: 1px #999 solid;
|
border: 1px #999 solid;
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
|
height: 15px;
|
||||||
|
width: 15px;
|
||||||
}
|
}
|
||||||
input[type="submit"], input[type="button"] {
|
input[type="submit"], input[type="button"] {
|
||||||
background-color: #555753;
|
background-color: #555753;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user