mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
html.e fixes
This commit is contained in:
parent
69b6e01310
commit
615b483ba7
|
|
@ -3885,12 +3885,14 @@ html.e {
|
||||||
html.e * {
|
html.e * {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
html.e details[open] summary:hover,
|
||||||
html.e #files,
|
html.e #files,
|
||||||
html.e #u2conf input[type="checkbox"]:hover + label,
|
html.e #u2conf input[type="checkbox"]:hover + label,
|
||||||
html.e .tgl.btn.on:hover,
|
html.e .tgl.btn.on:hover,
|
||||||
html.e body {
|
html.e body {
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
|
html.e summary,
|
||||||
html.e #pctl a,
|
html.e #pctl a,
|
||||||
html.e #repl,
|
html.e #repl,
|
||||||
html.e #u2conf a,
|
html.e #u2conf a,
|
||||||
|
|
@ -3904,6 +3906,7 @@ html.e input[type="submit"] {
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
html.e details[open] summary,
|
||||||
a.s0r,
|
a.s0r,
|
||||||
html.e #ghead a.s0,
|
html.e #ghead a.s0,
|
||||||
html.e #u2conf input[type="checkbox"]:checked + label,
|
html.e #u2conf input[type="checkbox"]:checked + label,
|
||||||
|
|
@ -3911,6 +3914,7 @@ html.e .tgl.btn.on,
|
||||||
html.e input[type="submit"]:active {
|
html.e input[type="submit"]:active {
|
||||||
box-shadow: var(--shadow-inset) !important;
|
box-shadow: var(--shadow-inset) !important;
|
||||||
}
|
}
|
||||||
|
html.e summary:hover,
|
||||||
html.e #ops a:hover,
|
html.e #ops a:hover,
|
||||||
html.e #pctl a:hover,
|
html.e #pctl a:hover,
|
||||||
html.e #repl:hover,
|
html.e #repl:hover,
|
||||||
|
|
@ -3934,6 +3938,7 @@ input[type="text"]:focus {
|
||||||
html.e tr:focus {
|
html.e tr:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
html.e summary:focus,
|
||||||
html.e #pctl a:focus,
|
html.e #pctl a:focus,
|
||||||
html.e #repl:hover,
|
html.e #repl:hover,
|
||||||
html.e #u2conf input[type="checkbox"]:focus + label,
|
html.e #u2conf input[type="checkbox"]:focus + label,
|
||||||
|
|
@ -3991,9 +3996,15 @@ html.e .overlay_plus {
|
||||||
html.e #spaceUsed_bar {
|
html.e #spaceUsed_bar {
|
||||||
background: var(--ttlbar);
|
background: var(--ttlbar);
|
||||||
}
|
}
|
||||||
|
html.e #up_header,
|
||||||
|
html.e #up_status_h,
|
||||||
html.e #s_header {
|
html.e #s_header {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.modalheader:hover {
|
||||||
|
background: var(--ttlbar);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
html.e #acc_info span.warn,
|
html.e #acc_info span.warn,
|
||||||
html.e #acc_info a {
|
html.e #acc_info a {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
|
@ -4099,21 +4110,16 @@ html.e #blogout:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.e #ops > a:not(:first-child).act {
|
html.e #ops a.act {
|
||||||
height: 1.4em;
|
border-bottom: 0;
|
||||||
width: 1.4em;
|
height: 1.7em;
|
||||||
padding-bottom: 0.3em;
|
margin-top: -.3em;
|
||||||
margin-top: 0.3em;
|
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
box-shadow: var(--shadow-inset-left), var(--shadow-inset-top),
|
box-shadow: var(--shadow-inset-left), var(--shadow-inset-top),
|
||||||
var(--shadow-inset-right);
|
var(--shadow-inset-right);
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
html.e #ops a.act {
|
|
||||||
box-shadow: var(--shadow-inset);
|
|
||||||
border-bottom: 0;
|
|
||||||
}
|
|
||||||
html.e a:active {
|
html.e a:active {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue