mirror of
https://github.com/kognise/water.css.git
synced 2026-01-20 20:15:45 +01:00
Fix checkbox
This commit is contained in:
parent
44b3210a4c
commit
a7c397981b
1 changed files with 2 additions and 0 deletions
|
|
@ -74,7 +74,9 @@ input, select, button, textarea {
|
|||
border-radius: 6px;
|
||||
outline: none;
|
||||
background: #161f27;
|
||||
}
|
||||
|
||||
input:not([type='checkbox']), select, button, textarea {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue