From 80b2ce9c3f88f96a1972232607544d347f54fff7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 19 Sep 2016 17:40:38 +0500 Subject: Minor UI Improvements (#4033) --- webapp/utils/utils.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index da0e8b154..542106d8e 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -532,14 +532,14 @@ export function applyTheme(theme) { } if (theme.onlineIndicator) { - changeCss('.app__body .sidebar--left .status .online--icon', 'fill:' + theme.onlineIndicator, 1); + changeCss('.app__body .status .online--icon', 'fill:' + theme.onlineIndicator, 1); changeCss('.app__body .channel-header__info .status .online--icon', 'fill:' + theme.onlineIndicator, 1); changeCss('.app__body .navbar .status .online--icon', 'fill:' + theme.onlineIndicator, 1); changeCss('.status-wrapper.status-online:after', 'background:' + theme.onlineIndicator, 1); } if (theme.awayIndicator) { - changeCss('.app__body .sidebar--left .status .away--icon', 'fill:' + theme.awayIndicator, 1); + changeCss('.app__body .status .away--icon', 'fill:' + theme.awayIndicator, 1); changeCss('.app__body .channel-header__info .status .away--icon', 'fill:' + theme.awayIndicator, 1); changeCss('.app__body .navbar .status .away--icon', 'fill:' + theme.awayIndicator, 1); changeCss('.status-wrapper.status-away:after', 'background:' + theme.awayIndicator, 1); -- cgit v1.2.3-1-g7c22