mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Oops, I deleted the button code
This commit is contained in:
parent
1297b75c5c
commit
8695e925ba
1 changed files with 16 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue