1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 23:54:12 +02:00

Oops, I deleted the button code

This commit is contained in:
Felix
2020-05-27 18:29:40 -05:00
parent 1297b75c5c
commit 8695e925ba

View File

@@ -12,6 +12,22 @@ select {
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[type='range'],
select,