summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 12:09:04 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 12:09:04 -0400
commitd383ed2f8dfc320c090b67d9f2e2d111710ca3cf (patch)
tree4051092e6838f0564af8a7e2116aefbceb1409d1 /webapp/utils/utils.jsx
parent2cd006474ec8a808b2ea2b0502a842f44cb0b127 (diff)
parent529513606b74fce60cbb066b381b27fbb6ea9d52 (diff)
downloadchat-d383ed2f8dfc320c090b67d9f2e2d111710ca3cf.tar.gz
chat-d383ed2f8dfc320c090b67d9f2e2d111710ca3cf.tar.bz2
chat-d383ed2f8dfc320c090b67d9f2e2d111710ca3cf.zip
Merge pull request #2380 from rodrigocorsi2/code_preview
Created component CodePreview
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 fbed9a082..12a7ff50e 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -680,7 +680,7 @@ export function applyTheme(theme) {
}
if (theme.centerChannelBg) {
- changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content', 'background:' + theme.centerChannelBg, 1);
+ changeCss('.app__content, .markdown__table, .markdown__table tbody tr, .suggestion-list__content, .modal .modal-content, .modal .modal-back', '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);