From de03da43533b683a0f39951a32b2d459c9850d6c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 13 Apr 2022 17:54:06 +0200 Subject: [PATCH] fds --- files/assets/css/main.css | 9 +++++---- files/templates/authforms.html | 4 ++-- files/templates/chat.html | 2 +- files/templates/default.html | 4 ++-- files/templates/log.html | 4 ++-- files/templates/login.html | 2 +- files/templates/login_2fa.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 4 ++-- files/templates/sign_up.html | 2 +- files/templates/sign_up_failed_ref.html | 2 +- files/templates/submit.html | 4 ++-- 12 files changed, 21 insertions(+), 20 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e75d9a398..b600cbc3a 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: var(--gray-500); + background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; @@ -2930,7 +2930,7 @@ label.color-radio span { border-color: var(--primary); } .form-inline.search .form-control:active, .form-inline.search .form-control:focus { - background-color: var(--gray-500); + background-color: var(--gray-900); color: var(--black); } .form-inline.search .form-control, .form-control[readonly] { @@ -2978,7 +2978,7 @@ label.color-radio span { } .form-control:focus, .form-control:active { color: var(--black); - background-color: var(--gray-500); + background-color: var(--gray-900); outline: 0; border-color: var(--primary); box-shadow: none; @@ -3012,7 +3012,7 @@ label.terms { .dropdown-menu { padding: 0.5rem; color: var(--white); - background-color: var(--gray-500); + background-color: var(--gray-600); } .dropdown-item { padding: 0.5rem 1rem; @@ -4361,6 +4361,7 @@ div.deleted.banned { border: 1px solid var(--primary); padding: 10px; border-radius: 3px; + background-color: var(--gray-700) !important; } .text-info { color: var(--primary) !important; diff --git a/files/templates/authforms.html b/files/templates/authforms.html index a71f82b3d..bac245086 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 b1cab0f77..d3560f85f 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,7 +14,7 @@ Chat - + {% if v.css %} diff --git a/files/templates/default.html b/files/templates/default.html index 3f40f2146..29a75e0ae 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/log.html b/files/templates/log.html index 3054308e8..1520dda6f 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 405accc86..6fb5c79c5 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,7 +18,7 @@ {% endblock %} - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index dcdcdc62c..d3b5486a2 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 3a813ecea..06afd7ebe 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 c6d19cd6e..91b01c31d 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 418eaec59..9719a08ca 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 5dab49a76..51a5deaf2 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}