diff --git a/static/css/style.css b/static/css/style.css index 7540f67..e056bda 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1839,12 +1839,18 @@ input[type="checkbox"] { Upload Date Picker Custom Calendar Styles ========================================================================== */ -#upload-date-modal .modal-content { - background: rgba(255, 255, 255, 0.95); +.upload-date-modal-content { + max-width: 400px; + background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); - border: 1px solid rgba(255, 255, 255, 0.4); - box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); + border: 1px solid rgba(255, 255, 255, 0.4) !important; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important; +} + +.upload-date-modal-content h2 { + font-size: 1.2rem; + margin-bottom: 0.75rem; } .modal-instruction-text { diff --git a/static/index.html b/static/index.html index 67c642c..14cd0e5 100644 --- a/static/index.html +++ b/static/index.html @@ -407,42 +407,39 @@ -