mirror of
https://github.com/kognise/water.css.git
synced 2025-08-11 07:34:43 +02:00
Oops, I deleted the button code
This commit is contained in:
@@ -12,6 +12,22 @@ select {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
button,
|
||||||
|
textarea,
|
||||||
|
select {
|
||||||
|
color: var(--form-text);
|
||||||
|
background-color: var(--background);
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
margin-right: 6px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
input:not([type='checkbox']):not([type='radio']),
|
input:not([type='checkbox']):not([type='radio']),
|
||||||
input[type='range'],
|
input[type='range'],
|
||||||
select,
|
select,
|
||||||
|
Reference in New Issue
Block a user