mirror of
https://github.com/kognise/water.css.git
synced 2025-08-08 14:16:58 +02:00
Improve checkboxes and radio button styles
This commit is contained in:
@@ -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']),
|
||||
|
Reference in New Issue
Block a user