summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-06 08:54:02 -0700
committerCorey Hulen <corey@hulen.com>2015-10-06 08:54:02 -0700
commitcbe1ab8dbac9502017a5ae5cd4eb01d9c43772e2 (patch)
tree0f3734a504816aa8edb5eb155d14335e44c30efb /web/react/utils
parentc71f56a6668f08bf5f174b4ace102897fb82d26f (diff)
parent294ecd716efb87107eedda3ac92e979fcca62d99 (diff)
downloadchat-cbe1ab8dbac9502017a5ae5cd4eb01d9c43772e2.tar.gz
chat-cbe1ab8dbac9502017a5ae5cd4eb01d9c43772e2.tar.bz2
chat-cbe1ab8dbac9502017a5ae5cd4eb01d9c43772e2.zip
Merge pull request #939 from asaadmahmoodspin/plt-424
Admin console UI Improvements
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index b51d71254..3a04f3623 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -428,6 +428,7 @@ export function applyTheme(theme) {
if (theme.sidebarTextActiveColor) {
changeCss('.sidebar--left .nav-pills__container li.active a, .sidebar--left .nav-pills__container li.active a:hover, .sidebar--left .nav-pills__container li.active a:focus, .settings-modal .nav-pills>li.active a, .settings-modal .nav-pills>li.active a:hover, .settings-modal .nav-pills>li.active a:active', 'color:' + theme.sidebarTextActiveColor, 2);
+ changeCss('.sidebar--left .nav-pills__container li.active a .status .online--icon', 'fill:' + theme.sidebarTextActiveColor, 2);
}
if (theme.sidebarHeaderBg) {