mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 22:46:02 -05:00
[web] Fix cursor icon when slider is not active
When the slider is not active, the cursor changes to show that the control is not usable.
This commit is contained in:
parent
892ce26f44
commit
b01ebf6503
@ -290,6 +290,7 @@ input[type='range'].slider {
|
|||||||
@include track;
|
@include track;
|
||||||
}
|
}
|
||||||
&.is-inactive {
|
&.is-inactive {
|
||||||
|
cursor: not-allowed;
|
||||||
&::-webkit-slider-thumb {
|
&::-webkit-slider-thumb {
|
||||||
background-color: $grey-light;
|
background-color: $grey-light;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user