more obvious dropzones

This commit is contained in:
ed
2021-10-04 22:34:05 +02:00
parent b2ae14695a
commit 89f88ee78c
2 changed files with 13 additions and 3 deletions

View File

@@ -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%;