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 */
|
color: @text-muted; /* inactive text color */
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-windows.module.active {
|
/* ---- Window counter ---*/
|
||||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
widget:has(label#custom-windows.module) {
|
||||||
border-radius: 6px;
|
/* nothing here */
|
||||||
padding: 0 8px;
|
}
|
||||||
|
|
||||||
|
label#custom-windows.module {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: @teal;
|
color: @teal;
|
||||||
|
padding: 0 8px;
|
||||||
transition: all 0.3s ease;
|
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;
|
background: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
padding: 0 8px;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---- Pulseaudio ---*/
|
||||||
|
|
||||||
#pulseaudio-slider {
|
#pulseaudio-slider {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -102,22 +102,30 @@ activeworkspaces:not(.active) {
|
|||||||
color: @text-muted; /* inactive text color */
|
color: @text-muted; /* inactive text color */
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-windows.module.active {
|
/* ---- Window counter ---*/
|
||||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
widget:has(label#custom-windows.module) {
|
||||||
border-radius: 6px;
|
/* nothing here */
|
||||||
padding: 0 8px;
|
}
|
||||||
|
|
||||||
|
label#custom-windows.module {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: @teal;
|
color: @teal;
|
||||||
|
padding: 0 8px;
|
||||||
transition: all 0.3s ease;
|
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;
|
background: transparent;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
padding: 0 8px;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---- Pulseaudio ---*/
|
||||||
|
|
||||||
#pulseaudio-slider {
|
#pulseaudio-slider {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user