Regenerated
This commit is contained in:
+314
-320
File diff suppressed because it is too large
Load Diff
+14
-20
@@ -2793,27 +2793,21 @@ window#waybar {
|
||||
* Always filled gradient
|
||||
* ========================================================= */
|
||||
|
||||
#custom-workspaceswindows button {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 2px solid @inactive;
|
||||
border-radius: 10px;
|
||||
}
|
||||
/* Fill the module fully with gradient */
|
||||
#custom-workspaceswindows {
|
||||
padding: 0px 4px;
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
color: @text;
|
||||
text-align: center;
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
}
|
||||
|
||||
#custom-workspaceswindows button.active {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
/* Ensure the inner span doesn’t block the gradient */
|
||||
#custom-workspaceswindows span {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
/* =========================================================
|
||||
|
||||
Reference in New Issue
Block a user