Merge pull request #222 from jsmailes/issue178-color

Add styling for color input, compatible with 2.0
This commit is contained in:
Kognise 2020-10-02 10:08:44 -04:00 committed by GitHub
commit e5306ff96e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"water.css": patch
---
Add style for color input field

View file

@ -29,6 +29,12 @@ select {
outline: none; outline: none;
} }
input[type='color'] {
min-height: 2rem;
padding: 8px;
cursor: pointer;
}
input[type='checkbox'], input[type='checkbox'],
input[type='radio'] { input[type='radio'] {
height: 1em; height: 1em;