mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
make selected files readable again on html.e
This commit is contained in:
parent
922e6b4844
commit
a641fef9bf
|
|
@ -4099,10 +4099,17 @@ html.ez {
|
||||||
html.e {
|
html.e {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
--bg-u1: #0002;
|
--bg-u1: #0002;
|
||||||
|
--g-sel-fg: #fff;
|
||||||
}
|
}
|
||||||
html.e * {
|
html.e * {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
html.e #ggrid > a.sel {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
html.e #files tr.sel a, #files tr.sel a.play {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
html.e .pfp {
|
html.e .pfp {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue