mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
counter rotating quick actions plus
This commit is contained in:
parent
d5367b0d0d
commit
8447ea8704
|
|
@ -1264,7 +1264,7 @@ html.dz #flogout {
|
||||||
}
|
}
|
||||||
#up_quick .btn{
|
#up_quick .btn{
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
transition: all .15s;
|
transition: all .25s;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
@ -1274,6 +1274,15 @@ html.a #up_quick .btn {
|
||||||
html.a #up_quick .btn.on {
|
html.a #up_quick .btn.on {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
}
|
}
|
||||||
|
#up_quick .btn .rotatable {
|
||||||
|
transition: all .20s;
|
||||||
|
transform: translateY(-.04em) rotate(-45deg);
|
||||||
|
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
#up_quick .btn.on .rotatable {
|
||||||
|
transform: translateY(-.04em);
|
||||||
|
}
|
||||||
#wfs, #wfm, #wzip, #wnp, #wm3u {
|
#wfs, #wfm, #wzip, #wnp, #wm3u {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -841,7 +841,7 @@ ebi('widget').innerHTML = (
|
||||||
' <a id="uq_nf">new file <span><p class="overlay_plus">+</p>📝</span></a>\n' +
|
' <a id="uq_nf">new file <span><p class="overlay_plus">+</p>📝</span></a>\n' +
|
||||||
' <a id="uq_up">upload 🚀</a>\n' +
|
' <a id="uq_up">upload 🚀</a>\n' +
|
||||||
' </div>' +
|
' </div>' +
|
||||||
' <a id="up_quick_btn" class="tgl btn on">+</a>' +
|
' <a id="up_quick_btn" class="tgl btn on"><div class="rotatable">+</div></a>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
|
|
||||||
'<span id="wfs"></span>' +
|
'<span id="wfs"></span>' +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue