Finished up with player UI-Bar functionality, including 'reload' and 'sync' controls.
This commit is contained in:
parent
6dc9ad7b34
commit
f38eae170d
7 changed files with 222 additions and 50 deletions
|
|
@ -138,6 +138,11 @@ textarea{
|
|||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.positive{
|
||||
color: var(--focus0-alt0);
|
||||
text-shadow: var(--focus-glow0);
|
||||
}
|
||||
|
||||
.danger-button{
|
||||
background-color: var(--danger0);
|
||||
color: var(--accent1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue