style(front): color disabled player button

This commit is contained in:
ArneBo 2025-02-06 18:48:07 +01:00
parent 918acc1b4d
commit bb61d43f11
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,7 @@
margin: 0;
z-index: 1001;
height: $bottom-player-height;
cursor: pointer;
.controls-row {
height: $bottom-player-height;
margin: 0 auto;
@ -39,7 +40,6 @@
justify-content: space-around;
}
}
cursor: pointer;
.indicating.progress {
overflow: hidden;
}
@ -137,6 +137,10 @@
transform: scale(1.2);
}
}
&:disabled i {
color: var(--fw-gray-700);
}
}
#volume-slider {