mirror of
https://github.com/kognise/water.css.git
synced 2026-01-22 21:17:05 +01:00
Improve checkboxes and radio button styles
This commit is contained in:
parent
9248e5fb7b
commit
cd08cd22a9
1 changed files with 9 additions and 3 deletions
|
|
@ -29,14 +29,20 @@ select {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
input,
|
||||
label {
|
||||
input[type='checkbox'],
|
||||
input[type='radio'] {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
input {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
input:not([type='checkbox']):not([type='radio']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue