New backup 2025-08-31 17:15:01
This commit is contained in:
parent
7eccf42804
commit
ef2bebb777
1 changed files with 18 additions and 14 deletions
|
@ -10,19 +10,19 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
/* background: none;
|
/* background: none;
|
||||||
background-color: rgba($bar-bg-color, 0.5);*/
|
background-color: rgba($bar-bg-color, 0.5);*/
|
||||||
.leftgroup {
|
// .leftgroup {
|
||||||
margin: 5px;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
// border-radius: 0px 0px $bar-module-border-radius 0px;
|
// border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||||
border-radius: $bar-module-border-radius;
|
// }
|
||||||
}
|
// .rightgroup {
|
||||||
.rightgroup {
|
|
||||||
// padding: 0px 0px 0px 10px;
|
// padding: 0px 0px 0px 10px;
|
||||||
border-radius: 0px 0px 0px $bar-module-border-radius;
|
// border-radius: 0px 0px 0px $bar-module-border-radius;
|
||||||
}
|
// }
|
||||||
.leftgroup,
|
.leftgroup,
|
||||||
.centergroup,
|
.centergroup,
|
||||||
.rightgroup {
|
.rightgroup {
|
||||||
|
margin: 5px;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
border-radius: $bar-module-border-radius;
|
||||||
/* margin: 10px 0px 10px;
|
/* margin: 10px 0px 10px;
|
||||||
padding: 0px 10px 0px 0px;*/
|
padding: 0px 10px 0px 0px;*/
|
||||||
background-color: rgba($bar-bg-color, 0.8);
|
background-color: rgba($bar-bg-color, 0.8);
|
||||||
|
@ -39,7 +39,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
&>button,
|
&>button,
|
||||||
&>label {
|
&>label {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
border-radius: $bar-module-inner-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
|
// border-radius: 12px;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
|
@ -47,19 +48,21 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>* {
|
.revealer-on-hover>widget>box>box>* {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-radius: $bar-module-inner-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
|
// border-radius: 12px;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover:not(.scratchpad)>widget>box>box>*,
|
||||||
.reveal_children>widget>image,
|
.reveal_children>widget>image,
|
||||||
.reveal_children:not(.tray)>*:not(:last-child),
|
.reveal_children:not(.tray)>*:not(:last-child),
|
||||||
&>button,
|
&>button,
|
||||||
&>label {
|
&>label {
|
||||||
box-shadow: 6px 0 3px -6px $bar-module-fg-color;
|
box-shadow: 12px 0 3px -6px $bar-module-fg-color;
|
||||||
}
|
}
|
||||||
.revealer-on-hover.true {
|
.revealer-on-hover.true {
|
||||||
background-color: $bar-reveal-children-bg-color;
|
background-color: $bar-reveal-children-bg-color;
|
||||||
border-radius: $bar-module-inner-radius;
|
border-radius: $bar-module-inner-radius;
|
||||||
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
box-shadow: 12px 0 3px -6px $bar-module-fg-color;
|
||||||
|
// box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
||||||
&>widget>box>box>* {
|
&>widget>box>box>* {
|
||||||
background-color: $bar-bg-color;
|
background-color: $bar-bg-color;
|
||||||
}
|
}
|
||||||
|
@ -191,7 +194,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
.chevron box {
|
.chevron box {
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
box-shadow: 8px -8px 10px -8px black;
|
box-shadow: 12px 0 3px -6px $bar-module-fg-color;
|
||||||
|
// box-shadow: 8px -8px 10px -8px black;
|
||||||
}
|
}
|
||||||
.inactive {
|
.inactive {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue