Import page fixed
This commit is contained in:
parent
2fb2006c22
commit
0234714054
4
public/css/app.css
vendored
4
public/css/app.css
vendored
@ -373,7 +373,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropzone-single.dz-max-files-reached .dz-message {
|
.dropzone-single.dz-max-files-reached .dz-message {
|
||||||
/* background-color: rgba(0,0,0,.2); */
|
background-color: rgba(0,0,0,.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
@ -398,7 +398,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropzone-single.dz-max-files-reached .dz-message {
|
.dropzone-single.dz-max-files-reached .dz-message {
|
||||||
/* background-color: rgba(0,0,0,.9); */
|
background-color: rgba(0,0,0,.9);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0;
|
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 {
|
.dropzone-single.dz-max-files-reached .dz-message {
|
||||||
/* background-color: rgba(0,0,0,.2); */
|
background-color: rgba(0,0,0,.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
@ -89,7 +89,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropzone-single.dz-max-files-reached .dz-message {
|
.dropzone-single.dz-max-files-reached .dz-message {
|
||||||
/* background-color: rgba(0,0,0,.9); */
|
background-color: rgba(0,0,0,.9);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<div class="dz-import-icon relative">
|
<div class="dz-import-icon relative">
|
||||||
<span class="material-icons-outlined text-default text-7xl">file_copy</span>
|
<span class="material-icons-outlined text-default text-7xl">file_copy</span>
|
||||||
|
|
||||||
<button data-dz-remove="true" class="absolute z-10 right-18 top-0 hidden group-hover:flex bg-body">
|
<button data-dz-remove="true" class="absolute z-10 right-18 top-0 hidden group-hover:flex bg-white">
|
||||||
<span class="material-icons-outlined text-gray-300 text-8xl">cancel</span>
|
<span class="material-icons-outlined text-gray-300 text-8xl">cancel</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dz-default dz-message flex flex-col">
|
<div class="dz-default dz-message flex flex-col" style="background-color: white;">
|
||||||
<div class="dz-import">
|
<div class="dz-import">
|
||||||
<div class="dz-import-icon">
|
<div class="dz-import-icon">
|
||||||
<span class="material-icons-outlined text-7xl" :class="(files.length) ? 'text-default opacity-0' : ''">file_copy</span>
|
<span class="material-icons-outlined text-7xl" :class="(files.length) ? 'text-default opacity-0' : ''">file_copy</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user