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

@ -41,11 +41,8 @@
}
#profile-jot-text.hover {
color: #f00;
background-color: #43488A;
opacity: 0.5;
border-color: #f00;
border-style: solid;
background-color: aliceblue;
opacity: 0.5;
box-shadow: inset 0 3px 4px #888;
}

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;
}