summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-15 14:56:42 +0200
committerStan Hu <stanhu@gmail.com>2015-09-15 13:07:32 -0700
commite14aa19e39baf67bbc5bb4099627ae28844a4f5b (patch)
tree2f36f6b0841f78d3a50ee5963ca19eeebc51e1bf /app/assets/stylesheets/generic
parent400b3d26b3867df8910d05bb986f93ac0a3bf206 (diff)
downloadgitlab-ce-e14aa19e39baf67bbc5bb4099627ae28844a4f5b.tar.gz
Cleanup some html/css for upload feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/generic')
-rw-r--r--app/assets/stylesheets/generic/common.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/common.scss b/app/assets/stylesheets/generic/common.scss
index 3a237bf3228..48fad7701ef 100644
--- a/app/assets/stylesheets/generic/common.scss
+++ b/app/assets/stylesheets/generic/common.scss
@@ -382,3 +382,11 @@ table {
margin-bottom: 0;
}
}
+
+.dropzone .dz-preview .dz-progress {
+ border-color: $border-color !important;
+}
+
+.dropzone .dz-preview .dz-progress .dz-upload {
+ background: $gl-success !important;
+}