Enhanced visual feedback for file drag hover

This commit is contained in:
Andrew Manning
2016-07-27 21:03:41 -04:00
parent 5f3a8cbe93
commit 932aeebcf1
2 changed files with 5 additions and 6 deletions

View File

@@ -43,5 +43,7 @@
}
#cloud-drag-area.hover {
box-shadow: inset 0 0px 7px #5cb85c;
background-color: aliceblue;
opacity: 0.5;
box-shadow: inset 0 0px 7px #5cb85c;
}