Regenerated
This commit is contained in:
+320
-308
File diff suppressed because it is too large
Load Diff
+31
-23
@@ -2792,31 +2792,39 @@ window#waybar {
|
|||||||
* Custom Workspaces Content (Hyprscroll)
|
* Custom Workspaces Content (Hyprscroll)
|
||||||
* Always filled gradient
|
* Always filled gradient
|
||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
#custom-workspaces_content {
|
/* Custom Workspaces Content - full gradient fill */
|
||||||
padding: 0px 1px;
|
#custom-workspaces_content {
|
||||||
min-width: 80px;
|
padding: 0px 1px;
|
||||||
border-radius: 10px;
|
min-width: 80px;
|
||||||
font-weight: bold;
|
border-radius: 10px;
|
||||||
color: @text;
|
font-weight: bold;
|
||||||
border: 1px solid transparent;
|
color: @text;
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
border: 1px solid transparent;
|
||||||
transition: background 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-workspaces_content:hover {
|
/* Full gradient fill */
|
||||||
background:
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
background-clip: border-box;
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
-webkit-background-clip: border-box;
|
||||||
}
|
|
||||||
|
|
||||||
#custom-workspaces_content.hidden {
|
/* Ensure the box is fully filled */
|
||||||
padding: 0;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
}
|
||||||
min-width: 0;
|
|
||||||
border: 0;
|
#custom-workspaces_content:hover {
|
||||||
background: transparent;
|
/* subtle overlay on hover */
|
||||||
opacity: 0;
|
background:
|
||||||
}
|
linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)) padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-workspaces_content.hidden {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
min-width: 0;
|
||||||
|
border: 0;
|
||||||
|
background: transparent;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* =========================================================
|
/* =========================================================
|
||||||
* Notifications
|
* Notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user