Continued work on media scheduler
This commit is contained in:
parent
9d01b4c962
commit
d5a2a51be2
14 changed files with 415 additions and 54 deletions
|
|
@ -460,6 +460,10 @@ span.emote-list-trash-icon{
|
|||
border: 1px solid var(--accent0)
|
||||
}
|
||||
|
||||
#queue-controls{
|
||||
background-color: var(--bg0-alpha1);
|
||||
}
|
||||
|
||||
span.queue-marker{
|
||||
background-color: var(--accent0);
|
||||
}
|
||||
|
|
@ -477,8 +481,14 @@ div.queue-entry{
|
|||
border: 1px solid var(--accent1);
|
||||
}
|
||||
|
||||
.queue-entry a{
|
||||
.queue-entry p{
|
||||
color: var(--accent1);
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.media-tooltip p{
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
/* altcha theming*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue