folder button: added "+" on top

This commit is contained in:
Til Schmitter 2026-04-03 16:07:48 +02:00
parent 4048f2b1b2
commit 74a4f351a9
2 changed files with 8 additions and 1 deletions

View file

@ -4188,3 +4188,10 @@ html.e #detree {
pointer-events: none;
z-index: 99;
}
.overlay_plus{
position: absolute;
margin: -1.7em 0 0 .8em;
color: var(--fg);
}

View file

@ -751,7 +751,7 @@ ebi('ops').innerHTML = (
(have_del ? '<a href="#" id="opa_del" data-perm="write" data-dest="unpost" tt="' + L.ot_unpost + '">🧯</a>' : '') +
'<a href="#" id="opa_up" data-dest="up2k">🚀</a>' +
'<a href="#" id="opa_bup" data-perm="write" data-dest="bup" tt="' + L.ot_bup + '">🎈</a>' +
'<a href="#" id="opa_mkd" data-perm="write" data-dest="mkdir" tt="' + L.ot_mkdir + '">📂</a>' +
'<a href="#" id="opa_mkd" data-perm="write" data-dest="mkdir" tt="' + L.ot_mkdir + '">📂 <p class="overlay_plus">+</p></a>' +
'<a href="#" id="opa_md" data-perm="read write" data-dest="new_md" tt="' + L.ot_md + '">📝</a>' +
'<a href="#" id="opa_msg" data-dest="msg" tt="' + L.ot_msg + '">📟</a>' +
'<a href="#" id="opa_auc" data-dest="player" tt="' + L.ot_mp + '">🎺</a>' +