Quick Reply and Banner Fixes

This commit is contained in:
2026-04-24 17:04:58 +02:00
parent dadee4c78f
commit deb2eacb4a
4 changed files with 79 additions and 49 deletions
+18 -2
View File
@@ -65,11 +65,9 @@
.composer .preview,
.composer .CodeMirror,
.composer .CodeMirror-scroll,
.quick-reply,
.quick-reply .card,
.quick-reply .card-body,
.quick-reply .quickreply-message,
[component="topic/quickreply/container"],
[component="topic/quickreply/container"] .card,
[component="topic/quickreply/container"] .card-body {
background-color: rgba(18, 15, 22, 0.96) !important;
@@ -146,6 +144,24 @@ input[type="number"].form-control::-webkit-outer-spin-button {
box-shadow: none !important;
}
.quick-reply .quickreply-message,
[component="topic/quickreply/container"] .quickreply-message {
background: transparent !important;
background-color: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
.quick-reply,
[component="topic/quickreply/container"],
.quick-reply form,
[component="topic/quickreply/container"] form {
background: transparent !important;
background-color: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
.form-control:focus,
.form-select:focus,
.bootstrap-tagsinput:focus,