Regenerated
This commit is contained in:
+319
-319
File diff suppressed because it is too large
Load Diff
+15
-15
@@ -2905,9 +2905,9 @@ window#waybar {
|
||||
/* GROUP CONTAINERS */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#myworkspaces,
|
||||
#connections,
|
||||
#hardware {
|
||||
myworkspaces,
|
||||
connections,
|
||||
hardware {
|
||||
min-width: 220px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -2930,9 +2930,9 @@ window#waybar {
|
||||
/* PILL STYLE (THIS IS THE IMPORTANT PART) */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#custom-myworkspaces-wrap,
|
||||
#custom-connections-wrap,
|
||||
#custom-hardware-wrap {
|
||||
custom-myworkspaces-wrap,
|
||||
custom-connections-wrap,
|
||||
custom-hardware-wrap {
|
||||
padding: 4px 12px;
|
||||
min-width: 120px; /* equal pill size */
|
||||
text-align: center;
|
||||
@@ -2950,9 +2950,9 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* HOVER (your requested style) */
|
||||
#custom-myworkspaces-wrap:hover,
|
||||
#custom-connections-wrap:hover,
|
||||
#custom-hardware-wrap:hover {
|
||||
custom-myworkspaces-wrap:hover,
|
||||
custom-connections-wrap:hover,
|
||||
custom-hardware-wrap:hover {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.25),
|
||||
rgba(255, 255, 255, 0.25)) padding-box,
|
||||
@@ -2963,9 +2963,9 @@ window#waybar {
|
||||
/* DRAWER CONTENT (inside groups) */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#myworkspaces box,
|
||||
#connections box,
|
||||
#hardware box {
|
||||
myworkspaces box,
|
||||
connections box,
|
||||
hardware box {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
@@ -2973,7 +2973,7 @@ window#waybar {
|
||||
/* WORKSPACES (unchanged, but clean) */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#workspaces button {
|
||||
workspaces button {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
@@ -2982,11 +2982,11 @@ window#waybar {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
workspaces button:hover {
|
||||
background-color: @surface1;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
workspaces button.active {
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user