mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
style: workspaces button color for chromium class
This commit is contained in:
parent
20cf7592aa
commit
66acaeca7f
@ -32,6 +32,7 @@ window#waybar.termite {
|
||||
window#waybar.chromium {
|
||||
background-color: #DEE1E6;
|
||||
color: #000000;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||
@ -51,6 +52,10 @@ window#waybar.chromium #workspaces button {
|
||||
border-bottom: 3px solid #ffffff;
|
||||
}
|
||||
|
||||
window#waybar.chromium #workspaces button.focused {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user