mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
more theme fixes
This commit is contained in:
parent
ab40892a4f
commit
227ef00a59
|
|
@ -225,7 +225,6 @@ html.cy {
|
||||||
--bg-u2: var(--b);
|
--bg-u2: var(--b);
|
||||||
--bg-u3: var(--b);
|
--bg-u3: var(--b);
|
||||||
--bg-u5: #999;
|
--bg-u5: #999;
|
||||||
--bg-d3: #f77;
|
|
||||||
--bg-d2: var(--a);
|
--bg-d2: var(--a);
|
||||||
|
|
||||||
--sel-bg: #f77;
|
--sel-bg: #f77;
|
||||||
|
|
@ -3523,7 +3522,7 @@ details .setting {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
.c input[type=checkbox] {
|
.c>input[type=checkbox] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue