28 lines
437 B
CSS
28 lines
437 B
CSS
/*
|
|
#play-queue-page {
|
|
background-image: linear-gradient(
|
|
var(--window-bg-color),
|
|
var(--accent-bg-color));
|
|
}
|
|
*/
|
|
|
|
#seek-scale slider {
|
|
margin: 0px;
|
|
opacity: 0%;
|
|
min-width: 10px;
|
|
min-height: 10px;
|
|
}
|
|
|
|
#volume-scale slider {
|
|
margin: -5px;
|
|
min-width: 15px;
|
|
min-height: 15px;
|
|
}
|
|
|
|
#play-queue .playing .title-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.drag-handle {
|
|
color: color-mix(in srgb, currentColor 40%, transparent);
|
|
}
|