diff --git a/filed/static/paint.css b/filed/static/paint.css index 17d5913..f674091 100644 --- a/filed/static/paint.css +++ b/filed/static/paint.css @@ -136,6 +136,7 @@ p { .file-drag-n-drop { display: block; + cursor: pointer; width: 400px; height: 400px; background: var(--header-sec-color); @@ -144,6 +145,9 @@ p { transition: 250ms ease; margin-bottom: 0; } +.file-drag-n-drop:hover { + background: #393939; +} .file-drag-n-drop * { display: block } .file-drag-n-drop object { display: initial } .file-drag-n-drop .file-drag-n-drop-inside { @@ -208,6 +212,4 @@ p { .footer td .btn { display: block; padding: 8px; - /* width: 100%; */ - /* height: 100%; */ } \ No newline at end of file