New backup 2025-07-01 02:00:01
This commit is contained in:
parent
9a94057a92
commit
bc2613c01b
1 changed files with 5 additions and 2 deletions
|
@ -67,13 +67,14 @@ circular-progress {
|
||||||
}
|
}
|
||||||
|
|
||||||
.revealer-on-hover {
|
.revealer-on-hover {
|
||||||
background-color: $bar-module-bg-color;
|
// background-color: $bar-module-bg-color;
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>*,
|
.reveal_children>*,
|
||||||
.reveal_children>widget>image {
|
.reveal_children>widget>image {
|
||||||
|
background-color: $bar-module-bg-color;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -87,11 +88,12 @@ circular-progress {
|
||||||
.reveal_children>widget,
|
.reveal_children>widget,
|
||||||
.reveal_children>button {
|
.reveal_children>button {
|
||||||
border-left: 1px solid $bar-bg-color;
|
border-left: 1px solid $bar-bg-color;
|
||||||
|
// border-radius:$bar-module-border-radius;
|
||||||
}
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.rightgroup>button,
|
.rightgroup>button,
|
||||||
.rightgroup>.revealer-on-hover>widget>box>box>button {
|
.rightgroup>.revealer-on-hover>widget>box>box>button {
|
||||||
// background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
color: $bar-module-inactive-fg-color;
|
color: $bar-module-inactive-fg-color;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
|
@ -143,6 +145,7 @@ button.active {
|
||||||
}
|
}
|
||||||
.workspaces button:only-child,
|
.workspaces button:only-child,
|
||||||
.reveal_children>box:only-child,
|
.reveal_children>box:only-child,
|
||||||
|
.reveal_children>scale:only-child,
|
||||||
.reveal_children>button:only-child {
|
.reveal_children>button:only-child {
|
||||||
border-radius:$bar-module-border-radius;
|
border-radius:$bar-module-border-radius;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue