replace list icon unicode with border

This commit is contained in:
Til Schmitter 2026-04-03 18:12:09 +02:00
parent ef6cc41a24
commit c5fd859278

View file

@ -1158,8 +1158,8 @@ html.y #widget.open {
} }
#wtgrid, #wtgrid2 { #wtgrid, #wtgrid2 {
font-size: .75em; font-size: .75em;
padding: .1em; padding: 0;
top: -.6em; top: -.7em;
display: inline-flex; display: inline-flex;
} }
#wtico { #wtico {
@ -1439,9 +1439,6 @@ html.y #ops svg circle {
display: block; display: block;
} }
.on div{
background: var(--bg-u3);
}
#ops { #ops {
padding: .3em .6em; padding: .3em .6em;
white-space: nowrap; white-space: nowrap;
@ -4390,6 +4387,8 @@ html.e #detree {
.listViewIcon{ .listViewIcon{
width: 1.7em; width: 1.7em;
height: 1.7em; height: 1.7em;
padding: .2em;
top: 0;
} }
.gridViewIcon{ .gridViewIcon{
display: grid; display: grid;
@ -4410,13 +4409,23 @@ html.e #detree {
margin-left: .8em; margin-left: .8em;
background: var(--a); background: var(--a);
border-radius: .1em; border-radius: .1em;
max-height: .15em;
} }
.on div{
background: var(--bg-u3);
}
.listRow::before{ .listRow::before{
position: absolute; position: absolute;
content: '▢'; content: '';
text-shadow: none; margin-left: -.7em;
font-weight: bold; margin-top: -.2em;
font-size: x-small; width: .3em;
margin-left: -1em; height: .3em;
margin-top: -.7em; border: var(--a) solid .15em;
border-radius: .1em;
} }
.on ::before{
border-color: var(--bg-u3);
}