Add default style

This commit is contained in:
Grant Moyer
2021-02-07 19:06:55 -05:00
parent 40e6360722
commit 6fdbc27998
2 changed files with 17 additions and 1 deletions

View File

@ -228,3 +228,19 @@ label:focus {
margin: 0 5px;
min-width: 16px;
}
#keyboard_state {
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
}
#keyboard_state > label {
padding: 0 5px;
}
#keyboard_state > label.locked {
background: rgba(0, 0, 0, 0.2);
}