Removed Launch button.

Always show Drop file text.
This commit is contained in:
Gunther Brunner
2014-05-23 18:44:59 +09:00
parent cd5a453bd9
commit 9c9b51cd1a
2 changed files with 4 additions and 4 deletions

View File

@@ -42,11 +42,11 @@
.stf-upload .drop-area-text {
/*border-top: 1px solid #e2e2e2;*/
opacity: 0;
/*opacity: 0;*/
font-size: 16px;
transition: opacity 0.25s ease-in-out;
/*transition: opacity 0.25s ease-in-out;*/
}
.stf-upload .drop-area:hover .drop-area-text {
opacity: 1;
/*opacity: 1;*/
}