This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new f173389  Remove white background of Uppy StatusBar
f173389 is described below

commit f173389d2d4fc4a36578b01ba63f66e03bdf3065
Author: Marcus Christie <machris...@apache.org>
AuthorDate: Fri May 1 15:41:08 2020 -0400

    Remove white background of Uppy StatusBar
---
 django_airavata/static/common/js/components/Uppy.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/django_airavata/static/common/js/components/Uppy.vue 
b/django_airavata/static/common/js/components/Uppy.vue
index 495a342..44cf714 100644
--- a/django_airavata/static/common/js/components/Uppy.vue
+++ b/django_airavata/static/common/js/components/Uppy.vue
@@ -151,4 +151,7 @@ export default {
 .custom-Uppy >>> .uppy-DragDrop-label {
   margin-bottom: 0px;
 }
+.custom-Uppy >>> .uppy-StatusBar {
+  background-color: inherit;
+}
 </style>

Reply via email to