style(front): color disabled player button
This commit is contained in:
parent
918acc1b4d
commit
bb61d43f11
|
@ -28,6 +28,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
height: $bottom-player-height;
|
height: $bottom-player-height;
|
||||||
|
cursor: pointer;
|
||||||
.controls-row {
|
.controls-row {
|
||||||
height: $bottom-player-height;
|
height: $bottom-player-height;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -39,7 +40,6 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cursor: pointer;
|
|
||||||
.indicating.progress {
|
.indicating.progress {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -137,6 +137,10 @@
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled i {
|
||||||
|
color: var(--fw-gray-700);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#volume-slider {
|
#volume-slider {
|
||||||
|
|
Loading…
Reference in New Issue