mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -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;
|
right: 0;
|
||||||
margin: .3em;
|
margin: .3em;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
box-shadow: 0 0 .3em var(--mp-sh);
|
|
||||||
border: 1px solid var(--bg-u3);
|
|
||||||
height: 1.8em;
|
height: 1.8em;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -4405,6 +4403,13 @@ html.e .modalcontent {
|
||||||
html.e .divider {
|
html.e .divider {
|
||||||
background: var(--fg);
|
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 details[open] summary:hover,
|
||||||
html.e #files,
|
html.e #files,
|
||||||
html.e .tgl.btn.on:hover,
|
html.e .tgl.btn.on:hover,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue