mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
readability fixes
This commit is contained in:
parent
622aecc8c9
commit
e51a3839d2
|
|
@ -4995,6 +4995,9 @@ html.e #detree {
|
||||||
html.e #wtc {
|
html.e #wtc {
|
||||||
margin: -.2em 0 -.5em .1em;
|
margin: -.2em 0 -.5em .1em;
|
||||||
}
|
}
|
||||||
|
html.e #actionsArea {
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
#rcm {
|
#rcm {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
@ -5352,6 +5355,12 @@ html.f {
|
||||||
#u2tab tbody tr:hover td {
|
#u2tab tbody tr:hover td {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
#op_unpost a {
|
||||||
|
border-bottom: solid 1px var(--a);
|
||||||
|
}
|
||||||
|
#op_unpost a:not(:hover) {
|
||||||
|
color: color-mix(in oklab, var(--a), var(--fg));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
html.fz {
|
html.fz {
|
||||||
--bg: #2e258c;
|
--bg: #2e258c;
|
||||||
|
|
@ -5365,6 +5374,7 @@ html.fz {
|
||||||
background-image: url("data:image/svg+xml,%3C!-- svg: first layer --%3E%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
|
background-image: url("data:image/svg+xml,%3C!-- svg: first layer --%3E%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
filter: brightness(50%) contrast(300%) saturate(0);
|
filter: brightness(50%) contrast(300%) saturate(0);
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
#srv_name {
|
#srv_name {
|
||||||
padding-top: .7em;
|
padding-top: .7em;
|
||||||
|
|
@ -5454,12 +5464,14 @@ html.fy {
|
||||||
#srv_name {
|
#srv_name {
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
.opbox:not(#op_bup),
|
#pathBar,
|
||||||
#pathBar {
|
.opbox:not(#op_bup) {
|
||||||
padding: 0;
|
|
||||||
background: var(--bg-u2);
|
background: var(--bg-u2);
|
||||||
border-bottom: var(--btn-bb);
|
border-bottom: var(--btn-bb);
|
||||||
}
|
}
|
||||||
|
#pathBar {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
#ops,
|
#ops,
|
||||||
#path,
|
#path,
|
||||||
.ghead {
|
.ghead {
|
||||||
|
|
|
||||||
|
|
@ -846,7 +846,6 @@ if(!fun_tgl){
|
||||||
ebi('opa_msg').innerHTML = 'message'
|
ebi('opa_msg').innerHTML = 'message'
|
||||||
ebi('opa_cfg').innerHTML = 'settings'
|
ebi('opa_cfg').innerHTML = 'settings'
|
||||||
ebi('acc_pfp').innerHTML = 'account'
|
ebi('acc_pfp').innerHTML = 'account'
|
||||||
clmod(ebi('acc_pfp'), 'pfp', false)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// mkdir + md
|
// mkdir + md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue