mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
indent marker line for subsettings
This commit is contained in:
parent
c5c366d6f2
commit
3692f2a895
|
|
@ -2815,6 +2815,18 @@ html.c .modalcontent {
|
|||
#s_nav .btn:hover{
|
||||
color: var(--a-hil);
|
||||
}
|
||||
#s_nav .sub {
|
||||
margin-left: 1em;
|
||||
}
|
||||
#s_nav .sub:before {
|
||||
content: "";
|
||||
width: 2px;
|
||||
background: var(--bg-u3);
|
||||
position: absolute;
|
||||
left: -.5em;
|
||||
top: -.4em;
|
||||
bottom: -.1em;
|
||||
}
|
||||
.setting{
|
||||
padding: .5em;
|
||||
border: var(--bg-u5) solid 1px;
|
||||
|
|
@ -2837,9 +2849,6 @@ html.c .modalcontent {
|
|||
padding: .5em;
|
||||
margin: 0 0 1.3em 0;
|
||||
}
|
||||
#s_nav .sub {
|
||||
margin-left: 1em;
|
||||
}
|
||||
#s_list .sub_section h3 {
|
||||
background: none;
|
||||
border-top: var(--bg-u5) solid 1px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue