mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -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;
|
||||
}
|
||||
&.is-inactive {
|
||||
cursor: not-allowed;
|
||||
&::-webkit-slider-thumb {
|
||||
background-color: $grey-light;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user