Regenerated
This commit is contained in:
+316
-315
File diff suppressed because it is too large
Load Diff
+12
-11
@@ -2789,34 +2789,35 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* =========================================================
|
/* =========================================================
|
||||||
* Custom Workspaces Content (Hyprscroll)
|
* Custom Workspaces Content
|
||||||
* Always filled gradient
|
* Always filled gradient
|
||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
/* Custom Workspaces Content - full gradient fill */
|
|
||||||
#custom-workspaces_content {
|
#custom-workspaces_content {
|
||||||
padding: 0px 1px;
|
display: inline-block;
|
||||||
|
padding: 0px 4px; /* some horizontal padding */
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 1px solid transparent;
|
border: none;
|
||||||
|
|
||||||
/* Full gradient fill */
|
/* Gradient fill */
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
background-clip: border-box;
|
|
||||||
-webkit-background-clip: border-box;
|
|
||||||
|
|
||||||
/* Ensure the box is fully filled */
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
/* Ensure text is centered */
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hover effect: subtle overlay */
|
||||||
#custom-workspaces_content:hover {
|
#custom-workspaces_content:hover {
|
||||||
/* subtle overlay on hover */
|
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)) padding-box,
|
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Optional hidden state */
|
||||||
#custom-workspaces_content.hidden {
|
#custom-workspaces_content.hidden {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user