diff --git a/files/assets/css/dramblr.css b/files/assets/css/dramblr.css
index f5bbe4c02..ddbb178a1 100644
--- a/files/assets/css/dramblr.css
+++ b/files/assets/css/dramblr.css
@@ -130,6 +130,6 @@ background-color:var(--gray-100);
color: var(--gray-700);
}
-.dropdown {
+.dropdown-menu {
background-color: var(--gray-800);
}
\ No newline at end of file
diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css
index 390ddc222..c0cf94e54 100644
--- a/files/assets/css/transparent.css
+++ b/files/assets/css/transparent.css
@@ -66,4 +66,12 @@ pre {
.dropdown-menu {
background-color: var(--gray-500);
+}
+
+.form-inline.search .form-control:active, .form-inline.search .form-control:focus {
+ background-color: var(--gray-500);
+}
+
+.form-control:focus, .form-control:active {
+ background-color: var(--gray-500);
}
\ No newline at end of file
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 9089cfa72..19b5e8896 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 1f9b606b4..9a5fed640 100644
--- a/files/templates/chat.html
+++ b/files/templates/chat.html
@@ -14,8 +14,8 @@
Chat
-
-
+
+
{% if v.css %}
{% endif %}
@@ -100,7 +100,7 @@
-
+
{% include "header.html" %}
diff --git a/files/templates/default.html b/files/templates/default.html
index 57d200b4b..1b9517c43 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 b6c6db1fe..8d589df77 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 d4d830674..2c861b904 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 f5ba949c0..c634d287d 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 5e05432a1..ee0ac8c42 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 28644103b..b5d3c4c55 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 2569f2abf..363845b61 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 %}
-
+