css: fix checkbox on Chrome
This commit is contained in:
parent
cb1804111f
commit
d7fc818118
|
@ -205,10 +205,10 @@ form p.description {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
input, select, select option, textarea {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
input[type=text], input[type=button], select, select option, textarea {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
form ul.form-errors {
|
||||
|
|
Loading…
Reference in New Issue