Merge pull request #464 from anaqreon/hover-visuals

Enhanced visual feedback for file drag hover
This commit is contained in:
hubzilla 2016-07-28 12:07:01 +10:00 committed by GitHub
commit 987eb90e18
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;
}