mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
folder button: added "+" on top
This commit is contained in:
parent
4048f2b1b2
commit
74a4f351a9
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue