summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/common.scss')
-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;
+}