Finished up with Playlist Managment UI.

This commit is contained in:
rainbow napkin 2025-04-04 08:18:20 -04:00
parent c8c59feb7f
commit f21b66fae0
7 changed files with 180 additions and 42 deletions

View file

@ -560,17 +560,16 @@ div.archived p{
color: var(--accent1-alt0);
}
.queue-playlist-control:not(.danger-button):not(:hover).queue-playlist-control:not(.positive-button):not(:hover){
.queue-playlist-control:not(.danger-text, .positive-button, .danger-button, :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){
.queue-playlist-control.not-first{
border-left: var(--accent1-alt0) solid 1px;
}