update
This commit is contained in:
parent
b56ce631bd
commit
023bc95812
@ -89,18 +89,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.dashtodock #dash { background: $dash_bg; }
|
||||
&.dashtodock #dash { background-color: $dash_bg; }
|
||||
|
||||
&.opaque #dash { // solid-mode
|
||||
background: $dash_bg;
|
||||
background-color: $dash_bg;
|
||||
}
|
||||
|
||||
&.transparent #dash { // translucent-mode
|
||||
background: $dash_bg; // does not work
|
||||
background-color: $dash_bg; // does not work
|
||||
}
|
||||
|
||||
&:overview #dash { // overview-mode #1
|
||||
background: $light_divider_color;
|
||||
background-color: $light_divider_color;
|
||||
}
|
||||
|
||||
&.opaque:overview,
|
||||
|
@ -28,7 +28,7 @@
|
||||
color: $light_fg_color;
|
||||
background-color: $primary_color;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
|
||||
border-radius: 1000px;
|
||||
border-radius: $circular_radius;
|
||||
margin: 2px;
|
||||
padding: 0.2em 0.6em;
|
||||
font-weight: bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user