1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-20 11:51:58 +02:00

Fix select styling

This commit is contained in:
Kognise
2019-09-01 13:14:12 -04:00
parent ad9dc7c780
commit dc8546b096
25 changed files with 133 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
button,
button, select,
input[type='submit'],
input[type='button'],
input[type='checkbox'],
@@ -14,7 +14,8 @@ select {
input,
button,
textarea {
textarea,
select {
color: var(--form-text);
background-color: var(--background);