mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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{
|
||||
box-shadow: none;
|
||||
transition: all .15s;
|
||||
transition: all .25s;
|
||||
margin: -1px;
|
||||
width: max-content;
|
||||
}
|
||||
|
|
@ -1274,6 +1274,15 @@ html.a #up_quick .btn {
|
|||
html.a #up_quick .btn.on {
|
||||
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 {
|
||||
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_up">upload 🚀</a>\n' +
|
||||
' </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>' +
|
||||
|
||||
'<span id="wfs"></span>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue