Add color input field style back

This commit is contained in:
Josh 2020-10-02 10:45:15 +01:00
parent e391169ac8
commit d6eca80c29

View file

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