Import page fixed
This commit is contained in:
4
public/css/app.css
vendored
4
public/css/app.css
vendored
@@ -373,7 +373,7 @@
|
||||
}
|
||||
|
||||
.dropzone-single.dz-max-files-reached .dz-message {
|
||||
/* background-color: rgba(0,0,0,.2); */
|
||||
background-color: rgba(0,0,0,.2);
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -398,7 +398,7 @@
|
||||
}
|
||||
|
||||
.dropzone-single.dz-max-files-reached .dz-message {
|
||||
/* background-color: rgba(0,0,0,.9); */
|
||||
background-color: rgba(0,0,0,.9);
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
4
public/css/third_party/dropzone_custom.css
vendored
4
public/css/third_party/dropzone_custom.css
vendored
@@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
.dropzone-single.dz-max-files-reached .dz-message {
|
||||
/* background-color: rgba(0,0,0,.2); */
|
||||
background-color: rgba(0,0,0,.2);
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
.dropzone-single.dz-max-files-reached .dz-message {
|
||||
/* background-color: rgba(0,0,0,.9); */
|
||||
background-color: rgba(0,0,0,.9);
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user