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
|
||||
* ========================================================= */
|
||||
|
||||
#custom-workspaceswindows {
|
||||
display: inline-block;
|
||||
padding: 0px 4px; /* some horizontal padding */
|
||||
min-width: 80px;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
color: @text;
|
||||
border: 2px solid red;
|
||||
#custom-workspaceswindows button {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 2px solid @inactive;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* 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