cooler seekbar gradient (?)
This commit is contained in:
parent
e9726d58b6
commit
d50cc74698
1 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,15 @@ toolbarview#main {
|
|||
min-height: 10px;
|
||||
}
|
||||
|
||||
#seek-scale trough {
|
||||
background:
|
||||
linear-gradient(
|
||||
150deg,
|
||||
color-mix(in srgb, var(--background-color-1) 16%, transparent),
|
||||
color-mix(in srgb, var(--background-color-2) 16%, transparent) 70%);
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
|
||||
}
|
||||
|
||||
#seek-scale trough highlight {
|
||||
background-color: var(--background-color-0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue