mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Removed Launch button.
Always show Drop file text.
This commit is contained in:
@@ -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;*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user