mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
style: workspaces button color for chromium class
This commit is contained in:
@@ -32,6 +32,7 @@ window#waybar.termite {
|
|||||||
window#waybar.chromium {
|
window#waybar.chromium {
|
||||||
background-color: #DEE1E6;
|
background-color: #DEE1E6;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
/* 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;
|
border-bottom: 3px solid #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window#waybar.chromium #workspaces button.focused {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user