mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-12 06:02:30 +02:00
Prefer keyboard-state over keyboard_state
This commit is contained in:
@ -229,7 +229,7 @@ label:focus {
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
#keyboard_state {
|
||||
#keyboard-state {
|
||||
background: #97e1ad;
|
||||
color: #000000;
|
||||
padding: 0 0px;
|
||||
@ -237,10 +237,10 @@ label:focus {
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
#keyboard_state > label {
|
||||
#keyboard-state > label {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#keyboard_state > label.locked {
|
||||
#keyboard-state > label.locked {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user