mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
html.e music player styling
This commit is contained in:
parent
01e7cef25d
commit
e363e5986a
|
|
@ -2994,8 +2994,6 @@ html.c .modalcontent {
|
|||
right: 0;
|
||||
margin: .3em;
|
||||
color: var(--fg);
|
||||
box-shadow: 0 0 .3em var(--mp-sh);
|
||||
border: 1px solid var(--bg-u3);
|
||||
height: 1.8em;
|
||||
aspect-ratio: 1 / 1;
|
||||
text-align: center;
|
||||
|
|
@ -4405,6 +4403,13 @@ html.e .modalcontent {
|
|||
html.e .divider {
|
||||
background: var(--fg);
|
||||
}
|
||||
html.e #s_nav .sub::before {
|
||||
background: var(--fg);
|
||||
}
|
||||
html.e #h_music {
|
||||
right: 0;
|
||||
color: #fff;
|
||||
}
|
||||
html.e details[open] summary:hover,
|
||||
html.e #files,
|
||||
html.e .tgl.btn.on:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue