New backup 2025-09-01 11:30:02
This commit is contained in:
parent
56f1b9d4c1
commit
b0aea95534
1 changed files with 10 additions and 14 deletions
|
@ -31,12 +31,6 @@
|
|||
}
|
||||
|
||||
.workspaces {
|
||||
// margin: 0px 0px;
|
||||
box.ws-center,
|
||||
revealer>box>box>button {
|
||||
|
||||
}
|
||||
|
||||
box.ws-center {
|
||||
>box>button {
|
||||
background-color: $bar-bg-color;
|
||||
|
@ -44,14 +38,18 @@
|
|||
border-radius: 0px $bar-module-bg-border-radius $bar-module-bg-border-radius 0px;
|
||||
}
|
||||
&.true>box>button {
|
||||
border-radius: $bar-module-bg-border-radius;
|
||||
border-radius: 0px;
|
||||
// border-radius: $bar-module-bg-border-radius;
|
||||
}
|
||||
}
|
||||
border-left: 0px solid transparent;
|
||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||
revealer {
|
||||
&>box>box {
|
||||
&>box>box>button {
|
||||
color: $bar-bg-color;
|
||||
&:hover {
|
||||
background-color: rgba($bar-bg-color,0.4);
|
||||
}
|
||||
}
|
||||
&.ws-left {
|
||||
>box>box {
|
||||
|
@ -60,11 +58,9 @@
|
|||
}
|
||||
&.ws-right {
|
||||
>box>box {
|
||||
// color: $bar-bg-color;
|
||||
&:not(:last-child){
|
||||
border-right: 2px solid $bar-bg-color;
|
||||
}
|
||||
border-right: 2px solid $bar-bg-color;
|
||||
&:last-child {
|
||||
border-right: 0px solid transparent;
|
||||
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||
}
|
||||
}
|
||||
|
@ -85,9 +81,9 @@
|
|||
padding: 0px;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
&:hover {
|
||||
/* &:hover {
|
||||
text-shadow: $bar-bg-color;
|
||||
color: darker($bar-bg-color);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue