diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 60e36ad4a..d709bd9ee 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1828,7 +1828,7 @@ button.close { line-break: auto; font-size: 0.875rem; word-wrap: break-word; - background-color: #fff; + background-color: var(--gray-500); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index a1d319b73..4b84a7b48 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -30,17 +30,14 @@ } .form-control { - background: transparent; border-color: var(--primary) !important; } .btn { - background: transparent; border-color: var(--primary) !important; } .form-control:disabled, .form-control[readonly] { - background: transparent; border-color: var(--primary) !important; } @@ -52,35 +49,16 @@ border-color: #E53E3E !important; } -#frontpage .pseudo-submit-form.card .card-body .form-control { - border-color: transparent !important; -} - -.btn-lg { - border-color: transparent !important; -} - pre { color: #CFCFCF; } -.row, .col, .comment-section { - background: transparent; -} - .container { background: rgba(28, 34, 41, 0.85) !important; border-radius: 0 !important; } -.col-12 .card { - background: None !important; -} #frontpage .post-title a:visited, .visited { color: #7a7a7a !important; -} - -.sidebar { - background: None !important; } \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index f450b7a15..cae936ea0 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 6d1f5068e..c275f3fce 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,8 +14,8 @@ Chat - - + + {% if v.css %} {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index b9ee682d8..02e8455e7 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,8 +7,8 @@ {% if v %} - - + + {% if v.agendaposter %} - - + + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/log.html b/files/templates/log.html index 49dd81175..215d091a9 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index bbf8e847f..af4d3599b 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,8 +18,8 @@ {% endblock %} - - + + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 6df8bc72b..744d9b506 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 82eede778..813392b62 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 992574072..c50b249a4 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 162febb5f..81f3b032c 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index ea3bdb565..9bc8a8b28 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - - + + {% endif %} {% endblock %}