From dad764088e4696edc180443e610287a20aaaba04 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 19 Aug 2016 10:06:16 -0400 Subject: PLT-1831 Add statuses to centre channel profile pictures (#3826) * Created profile picture componenet and added statuses to pictures in center channel * PLT-3899 - Updating UI for status indicators (#3823) * PLT-3899 - Updating UI for status indicators * Updating position of timestamps for compact layout --- webapp/utils/utils.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index c394cdaf1..a8ad4d76a 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -525,14 +525,14 @@ export function applyTheme(theme) { changeCss('.app__body .sidebar--left .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('.more-modal__list .more-modal__image-wrapper.status-online:after', 'background:' + 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 .channel-header__info .status .away--icon', 'fill:' + theme.awayIndicator, 1); changeCss('.app__body .navbar .status .away--icon', 'fill:' + theme.awayIndicator, 1); - changeCss('.more-modal__list .more-modal__image-wrapper.status-away:after', 'background:' + theme.awayIndicator, 1); + changeCss('.status-wrapper.status-away:after', 'background:' + theme.awayIndicator, 1); } if (theme.mentionBj) { @@ -1341,4 +1341,4 @@ export function isValidPassword(password) { export function getSiteURL() { return global.mm_config.SiteURL || window.location.origin; -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22