Continued work on playlist management UI

This commit is contained in:
rainbow napkin 2025-04-02 08:00:53 -04:00
parent f4db10fbc3
commit fb653a477e
7 changed files with 509 additions and 291 deletions

View file

@ -560,11 +560,20 @@ div.archived p{
color: var(--accent1-alt0);
}
.queue-playlist-control:not(.danger-button):not(:hover){
.queue-playlist-control:not(.danger-button):not(:hover).queue-playlist-control:not(.positive-button):not(:hover){
background-color: var(--bg1-alt0);
color: var(--accent1);
}
.queue-playlist-media-div.not-first{
border-top: var(--bg1) solid 1px;
}
.queue-playlist-control:not(.queue-playlist-queue-random-button){
border-left: var(--accent1-alt0) solid 1px;
}
/* altcha theming*/
div.altcha{
box-shadow: 4px 4px 1px var(--bg1-alt0) inset;