forked from ZenBrowserMirrors/zen-desktop
chore: Minor changes before merge of haptic feedback, b=(no-bug), c=workspaces
This commit is contained in:
parent
f9b0f8c436
commit
5a4877a141
1 changed files with 5 additions and 5 deletions
|
@ -180,7 +180,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-range-track {
|
&::-moz-range-track {
|
||||||
background: var(--zen-colors-border);
|
background: light-dark(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
}
|
}
|
||||||
|
@ -225,9 +225,9 @@
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
width: 30px;
|
width: 36px;
|
||||||
height: 30px;
|
height: 36px;
|
||||||
border-width: 3px;
|
border-width: 4px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: transform 0.1s;
|
transition: transform 0.1s;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
& .separator,
|
& .separator,
|
||||||
& #PanelUI-zen-gradient-generator-color-toggle-algo {
|
& #PanelUI-zen-gradient-generator-color-toggle-algo {
|
||||||
background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.5));
|
background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15));
|
||||||
}
|
}
|
||||||
|
|
||||||
& button {
|
& button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue