summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-25 16:38:11 +0500
commitb1a7225f30e8443f87830a578c306b8f93e6587f (patch)
tree8c32b64ecf0e1f13db91d697638ca47a399d7c52 /web/react/utils/utils.jsx
parent6a4a73c2d37aa147e0aa2e157ca78ed275ef822b (diff)
downloadchat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.gz
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.tar.bz2
chat-b1a7225f30e8443f87830a578c306b8f93e6587f.zip
Bug fixes and UI improvements for multiple tickets
Diffstat (limited to 'web/react/utils/utils.jsx')
-rw-r--r--web/react/utils/utils.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 50438c6cf..fba57e8e6 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -616,8 +616,9 @@ export function applyTheme(theme) {
}
if (theme.centerChannelColor) {
- changeCss('.app__content', 'color:' + theme.centerChannelColor, 2);
+ changeCss('.app__content, .post-create__container .post-create-body .btn-file', 'color:' + theme.centerChannelColor, 1);
changeCss('#post-create', 'color:' + theme.centerChannelColor, 2);
+ changeCss('.post-body hr', 'background:' + theme.centerChannelColor, 1);
changeCss('.channel-header .heading', 'color:' + theme.centerChannelColor, 1);
changeCss('.markdown__table tbody tr:nth-child(2n)', 'background:' + changeOpacity(theme.centerChannelColor, 0.07), 1);
changeCss('.channel-header__info>div.dropdown .header-dropdown__icon', 'color:' + changeOpacity(theme.centerChannelColor, 0.8), 1);