Regenerated
This commit is contained in:
+311
-330
File diff suppressed because it is too large
Load Diff
+8
-21
@@ -2793,30 +2793,17 @@ window#waybar {
|
|||||||
* Always filled gradient
|
* Always filled gradient
|
||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
|
|
||||||
#custom-workspaceswindows {
|
#custom-workspaceswindows button {
|
||||||
display: inline-block;
|
padding: 0px 1px;
|
||||||
padding: 0px 4px; /* some horizontal padding */
|
min-width: 80px;
|
||||||
min-width: 80px;
|
background-color: transparent;
|
||||||
border-radius: 10px;
|
color: @text;
|
||||||
font-weight: bold;
|
border: 2px solid @inactive;
|
||||||
color: @text;
|
border-radius: 10px;
|
||||||
border: 2px solid red;
|
}
|
||||||
|
|
||||||
/* Gradient fill */
|
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
/* Ensure text is centered */
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hover effect: subtle overlay */
|
|
||||||
#custom-workspaceswindows:hover {
|
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
border: 2px solid red;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* =========================================================
|
/* =========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user