24 lines
358 B
CSS
24 lines
358 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 label.title {
|
|
font-weight: bold;
|
|
}
|