Browse Source

HUE-1137 [core] Style drop area for FileUploader

Added nicer style to the drop area
Enrico Berti 12 years ago
parent
commit
745d60a08f
1 changed files with 9 additions and 3 deletions
  1. 9 3
      desktop/core/static/ext/css/fileuploader.css

+ 9 - 3
desktop/core/static/ext/css/fileuploader.css

@@ -63,9 +63,13 @@
     left: 0;
     width: 100%;
     height: 100%;
-    min-height: 70px;
+    min-height: 40px;
     z-index: 2;
-    background: #FF9797;
+    background: #FFFFFF;
+    border: 2px dashed #DDDDDD;
+    -webkit-border-radius: 6px;
+    -moz-border-radius: 6px;
+    border-radius: 6px;
     text-align: center;
 }
 
@@ -76,10 +80,12 @@
     width: 100%;
     margin-top: -8px;
     font-size: 16px;
+    color: #666666;
 }
 
 .qq-upload-drop-area-active {
-    background: #FF7171;
+    border-color: #CCCCCC;
+    background-color: #EFEFEF;
 }
 
 .qq-upload-list {