summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-04-14 18:24:58 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-04-14 09:24:58 -0400
commitc3c49e49b4b8694a7f199f567589b040d96c3926 (patch)
tree754914131111ba4a6b1801fc31dcc01e96e8c732 /webapp/utils/utils.jsx
parent4b3d81441b2e7611afecbbb8a2f7de275e30dc40 (diff)
downloadchat-c3c49e49b4b8694a7f199f567589b040d96c3926.tar.gz
chat-c3c49e49b4b8694a7f199f567589b040d96c3926.tar.bz2
chat-c3c49e49b4b8694a7f199f567589b040d96c3926.zip
Minor Ui Improvements (#2713)
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index 27885c376..c4f4a025e 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -674,6 +674,7 @@ export function applyTheme(theme) {
changeCss('.app__body .attachment__content', 'background:' + theme.centerChannelBg, 1);
changeCss('body.app__body', 'scrollbar-face-color:' + theme.centerChannelBg, 2);
changeCss('body.app__body', 'scrollbar-track-color:' + theme.centerChannelBg, 2);
+ changeCss('.app__body .post-list__new-messages-below', 'color:' + theme.centerChannelBg, 1);
}
if (theme.centerChannelColor) {
@@ -730,6 +731,7 @@ export function applyTheme(theme) {
changeCss('body', 'scrollbar-arrow-color:' + theme.centerChannelColor, 4);
changeCss('.app__body .modal .about-modal .about-modal__logo svg, .app__body .post .post__img svg', 'fill:' + theme.centerChannelColor, 1);
changeCss('.app__body .scrollbar--horizontal, .app__body .scrollbar--vertical', 'background:' + changeOpacity(theme.centerChannelColor, 0.5), 2);
+ changeCss('.app__body .post-list__new-messages-below', 'background:' + changeColor(theme.centerChannelColor, 0.5), 2);
}
if (theme.newMessageSeparator) {