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
|
* Always filled gradient
|
||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
|
|
||||||
#custom-workspaceswindows button {
|
/* Fill the module fully with gradient */
|
||||||
padding: 0px 1px;
|
#custom-workspaceswindows {
|
||||||
min-width: 80px;
|
padding: 0px 4px;
|
||||||
background-color: transparent;
|
min-width: 80px;
|
||||||
color: @text;
|
border-radius: 10px;
|
||||||
border: 2px solid @inactive;
|
font-weight: bold;
|
||||||
border-radius: 10px;
|
color: @text;
|
||||||
}
|
text-align: center;
|
||||||
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
|
}
|
||||||
|
|
||||||
#custom-workspaceswindows button.active {
|
/* Ensure the inner span doesn’t block the gradient */
|
||||||
padding: 0px 1px;
|
#custom-workspaceswindows span {
|
||||||
min-width: 80px;
|
background: transparent !important;
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =========================================================
|
/* =========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user