Updated the UI of the application
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.upload-box.dragover {
|
||||
border-color: #3b82f6;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
window.triggerInputClick = function (id) {
|
||||
document.getElementById(id)?.click();
|
||||
};
|
||||
Reference in New Issue
Block a user