Regenerated
This commit is contained in:
+335
-327
File diff suppressed because it is too large
Load Diff
+15
-7
@@ -3450,22 +3450,30 @@ activeworkspaces:not(.active) {
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
label#custom-windows.module.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
padding: 0 8px;
|
||||
/* ---- Window counter ---*/
|
||||
widget:has(label#custom-windows.module) {
|
||||
/* nothing here */
|
||||
}
|
||||
|
||||
label#custom-windows.module {
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
label#custom-windows.module:not(.active) {
|
||||
label#custom-windows.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
label#custom-windows:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
/* ---- Pulseaudio ---*/
|
||||
|
||||
#pulseaudio-slider {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
@@ -102,22 +102,30 @@ activeworkspaces:not(.active) {
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
label#custom-windows.module.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
padding: 0 8px;
|
||||
/* ---- Window counter ---*/
|
||||
widget:has(label#custom-windows.module) {
|
||||
/* nothing here */
|
||||
}
|
||||
|
||||
label#custom-windows.module {
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
label#custom-windows.module:not(.active) {
|
||||
label#custom-windows.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
label#custom-windows:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
/* ---- Pulseaudio ---*/
|
||||
|
||||
#pulseaudio-slider {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user