mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-19 00:38:27 +02:00
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…
x
Reference in New Issue
Block a user