Added nicer style to the drop area
@@ -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 @@
margin-top: -8px;
font-size: 16px;
+ color: #666666;
.qq-upload-drop-area-active {
- background: #FF7171;
+ border-color: #CCCCCC;
+ background-color: #EFEFEF;
.qq-upload-list {