summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-03-23 16:02:36 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-03-23 16:02:36 -0400
commit6ccef5caf5ff33b765bd488d4f609c4426c7bbf0 (patch)
treea3dc95120cd5113917bb4ec5acab716d645d4d3a /webapp/utils/utils.jsx
parent7af2e6f87a754312809aa044edd062930616401a (diff)
parente60f6f3b137839ed603a1b5d45cf658b6570ff91 (diff)
downloadchat-6ccef5caf5ff33b765bd488d4f609c4426c7bbf0.tar.gz
chat-6ccef5caf5ff33b765bd488d4f609c4426c7bbf0.tar.bz2
chat-6ccef5caf5ff33b765bd488d4f609c4426c7bbf0.zip
Merge pull request #2509 from asaadmahmoodspin/ui-improvements
Multiple UI improvements
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index 5f16baf1f..1379455ca 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -687,7 +687,7 @@ export function applyTheme(theme) {
}
if (theme.centerChannelBg) {
- changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content, .modal .modal-back', 'background:' + theme.centerChannelBg, 1);
+ changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content', 'background:' + theme.centerChannelBg, 1);
changeCss('#post-list .post-list-holder-by-time', 'background:' + theme.centerChannelBg, 1);
changeCss('#post-create', 'background:' + theme.centerChannelBg, 1);
changeCss('.date-separator .separator__text, .new-separator .separator__text', 'background:' + theme.centerChannelBg, 1);