diff --git a/static/style.css b/static/style.css index 2c78348..6ae9df6 100644 --- a/static/style.css +++ b/static/style.css @@ -176,9 +176,24 @@ input[type="file"] { padding: 10px 12px; border-radius: 5px; cursor: pointer; + position: relative; width: 100%; } +.custom-file-upload:active { + position: relative; + top: 1px; +} + +.custom-file-upload:hover { + background: var(--primary); + background: linear-gradient( + 180deg, + rgba(9, 170, 9, 1) 0%, + rgba(0, 128, 0, 1) 100% + ); +} + #loader { width: 48px; height: 48px;