Quick Reply and Banner Fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user