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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user