Continued work on playlist management UI
This commit is contained in:
parent
f4db10fbc3
commit
fb653a477e
7 changed files with 509 additions and 291 deletions
|
|
@ -224,6 +224,26 @@ div.dragging-queue-entry{
|
|||
resize: vertical;
|
||||
}
|
||||
|
||||
.queue-playlist-media-div{
|
||||
margin: 0 0.15em;
|
||||
padding: 0 0.15em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.queue-playlist-add-url-button i.bi-link-45deg{
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.queue-playlist-add-url-button i{
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* date */
|
||||
#queue-control-date{
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue