Regenerated
This commit is contained in:
+312
-312
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -2955,8 +2955,8 @@ window#waybar {
|
||||
----------------------------- */
|
||||
|
||||
/* Disable hover effects completely */
|
||||
#workspace,
|
||||
#workspace:hover {
|
||||
#workspaces button,
|
||||
#workspaces button:hover {
|
||||
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
@@ -2974,13 +2974,13 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspace.active {
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
font-size: 14px;
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#workspace:not(.active) {
|
||||
activeworkspaces:not(.active) {
|
||||
background: linear-gradient(@base-alpha, @base-alpha);
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
@@ -81,8 +81,8 @@ window#waybar {
|
||||
----------------------------- */
|
||||
|
||||
/* Disable hover effects completely */
|
||||
#workspace,
|
||||
#workspace:hover {
|
||||
#workspaces button,
|
||||
#workspaces button:hover {
|
||||
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
@@ -100,13 +100,13 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspace.active {
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
font-size: 14px;
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#workspace:not(.active) {
|
||||
activeworkspaces:not(.active) {
|
||||
background: linear-gradient(@base-alpha, @base-alpha);
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user