mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 21:52:25 -06:00
folder icon before text on html.e
This commit is contained in:
parent
0fe0039b33
commit
4c41dce153
|
|
@ -1095,7 +1095,7 @@ html.dz #flogout {
|
||||||
animation: rotate 10s linear infinite;
|
animation: rotate 10s linear infinite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ggrid>a.dir:before {
|
html:not(.e) #ggrid>a.dir:before {
|
||||||
content: '📂';
|
content: '📂';
|
||||||
}
|
}
|
||||||
#ggrid>a.dir>span {
|
#ggrid>a.dir>span {
|
||||||
|
|
@ -1357,10 +1357,10 @@ html.dz #flogout {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
html.a #up_quick .btn {
|
html:not(.e):not(.d) #up_quick .btn {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
html.a #up_quick .btn.on {
|
html:not(.e):not(.d) #up_quick .btn.on {
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
box-shadow: -.05em .02em .3em color-mix(var(--a) 20%, transparent);
|
box-shadow: -.05em .02em .3em color-mix(var(--a) 20%, transparent);
|
||||||
}
|
}
|
||||||
|
|
@ -3636,6 +3636,7 @@ html.b #treepar {
|
||||||
width: calc(.1em + var(--nav-sz) - var(--sbw));
|
width: calc(.1em + var(--nav-sz) - var(--sbw));
|
||||||
border-bottom: .2em solid var(--f-h-b1);
|
border-bottom: .2em solid var(--f-h-b1);
|
||||||
}
|
}
|
||||||
|
html.d #path i,
|
||||||
html.b #path i {
|
html.b #path i {
|
||||||
border-right: var(--a) solid 2px;
|
border-right: var(--a) solid 2px;
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
|
@ -3782,8 +3783,8 @@ html.b #wrap.thin .ghead {
|
||||||
width: calc(50vw - 5em);
|
width: calc(50vw - 5em);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html:not(.a) #treeh:after,
|
html:not(.a):not(.e) #treeh:after,
|
||||||
html:not(.a) #wrap.thin #ghead::after,
|
html:not(.a):not(.e) #wrap.thin #ghead::after,
|
||||||
html.a #treeh:not(.noa):after,
|
html.a #treeh:not(.noa):after,
|
||||||
html.a #wrap.thin #ghead:not(.noa)::after {
|
html.a #wrap.thin #ghead:not(.noa)::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
@ -4739,6 +4740,9 @@ html.e #path i {
|
||||||
html.e #path *:last-child:is(i) {
|
html.e #path *:last-child:is(i) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
html.e .dir span::before {
|
||||||
|
content: "📁";
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
html.e #hovertree:after {
|
html.e #hovertree:after {
|
||||||
color: red;
|
color: red;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue