mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
more obvious dropzones
This commit is contained in:
@@ -1603,7 +1603,7 @@ html.light #bbox-overlay figcaption a {
|
||||
border-radius: .5em;
|
||||
border-width: 1vw;
|
||||
color: #fff;
|
||||
transition: all 0.2s;
|
||||
transition: all 0.12s;
|
||||
}
|
||||
#drops .dropdesc.hl.ok {
|
||||
border-color: #fff;
|
||||
@@ -1624,6 +1624,16 @@ html.light #bbox-overlay figcaption a {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
#drops .dropdesc>div>div {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
top: calc(50% - .5em);
|
||||
left: -.8em;
|
||||
}
|
||||
#drops .dropdesc>div>div+div {
|
||||
left: auto;
|
||||
right: -.8em;
|
||||
}
|
||||
#drops .dropzone {
|
||||
z-index: 80386;
|
||||
height: 50%;
|
||||
|
||||
Reference in New Issue
Block a user