Import page fixed

This commit is contained in:
Merve Karaman
2023-07-26 10:50:51 +03:00
parent 2fb2006c22
commit 0234714054
3 changed files with 6 additions and 6 deletions

4
public/css/app.css vendored
View File

@@ -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;
}

View File

@@ -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;
}