New backup 2025-03-04 22:45:02
This commit is contained in:
parent
c87667475a
commit
f1862e91c1
2 changed files with 9 additions and 4 deletions
|
@ -42,18 +42,21 @@ circular-progress {
|
|||
color: $color1;
|
||||
background-color: $color2;
|
||||
}
|
||||
.revealer-on-hover {
|
||||
/*.revealer-on-hover {
|
||||
background-color: rgba($color8,0.5);
|
||||
border: 2px solid rgba($color0,0.5);
|
||||
color: $color1;
|
||||
border-radius: 8px;
|
||||
// margin: 10px 0px;
|
||||
}
|
||||
}*/
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>* {
|
||||
padding: 5px;
|
||||
min-width: 25px;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>*{
|
||||
border-radius:8px;
|
||||
}
|
||||
.reveal_children>box,
|
||||
.reveal_children>button {
|
||||
border-left: 2px solid rgba($color0,0.5);
|
||||
|
@ -103,11 +106,13 @@ button.active {
|
|||
border-radius:8px 0px 0px 8px;
|
||||
}
|
||||
.workspaces button:last-child,
|
||||
.reveal_children>box:last-child {
|
||||
.reveal_children>box:last-child,
|
||||
.reveal_children>button:last-child {
|
||||
border-radius:0px 8px 8px 0px;
|
||||
}
|
||||
.workspaces button:only-child,
|
||||
.reveal_children>box:only-child {
|
||||
.reveal_children>box:only-child,
|
||||
.reveal_children>button:only-child {
|
||||
border-radius:8px;
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 53 KiB |
Loading…
Add table
Reference in a new issue