mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
minor theme adjustments
This commit is contained in:
parent
2bbd4e303c
commit
32d207fbb4
|
|
@ -5218,7 +5218,7 @@ html.f {
|
|||
--a: #e3f903;
|
||||
--bg-u2:#191919;
|
||||
|
||||
--radius: 0;
|
||||
--radius: 4px;
|
||||
|
||||
--g-sel-bg: color-mix(in xyz, var(--g-sel-b1) 70%, var(--bg-u2));
|
||||
--bg-u1: color-mix(in srgb, var(--fg) 10%, transparent);
|
||||
|
|
@ -5410,9 +5410,10 @@ html.f {
|
|||
padding: .3em;
|
||||
}
|
||||
.unmodal,
|
||||
.opview {
|
||||
#wrap>.opview {
|
||||
margin-left: -.6em;
|
||||
margin-right: -.6em;
|
||||
border-radius: 0 0 var(--radius) var(--radius);
|
||||
}
|
||||
}
|
||||
html.fz {
|
||||
|
|
@ -5437,6 +5438,17 @@ html.fz {
|
|||
text-shadow: none;
|
||||
font-size: large;
|
||||
}
|
||||
.ghead,
|
||||
#path,
|
||||
#ops {
|
||||
border: var(--btn-bb);
|
||||
}
|
||||
.ghead {
|
||||
margin-left: -1px;
|
||||
}
|
||||
#wfp .btn {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
html.fy {
|
||||
--a: #305797;
|
||||
|
|
|
|||
Loading…
Reference in a new issue