summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-15 21:12:19 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-15 21:12:19 +0500
commitfe84def81748495a897c5772a09d1fb4bf0790f2 (patch)
treed6b4cfe434e243420b18431e1d4485af21664366 /web/react/utils
parentba149bd971a5111808a7aaa6478c8de885b9f6ae (diff)
downloadchat-fe84def81748495a897c5772a09d1fb4bf0790f2.tar.gz
chat-fe84def81748495a897c5772a09d1fb4bf0790f2.tar.bz2
chat-fe84def81748495a897c5772a09d1fb4bf0790f2.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index fb8b89252..a98d22eaf 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -544,7 +544,7 @@ export function applyTheme(theme) {
changeCss('@media(max-width: 768px){.settings-modal .settings-table .nav>li>a', 'color:' + theme.sidebarText, 1);
changeCss('.sidebar--left .nav-pills__container li>h4, .sidebar--left .add-channel-btn', 'color:' + changeOpacity(theme.sidebarText, 0.6), 1);
changeCss('.sidebar--left .add-channel-btn:hover, .sidebar--left .add-channel-btn:focus', 'color:' + theme.sidebarText, 1);
- changeCss('.sidebar--left .status path', 'fill:' + changeOpacity(theme.sidebarText, 0.5), 1);
+ changeCss('.sidebar--left .status path', 'fill:' + theme.sidebarText, 1);
changeCss('@media(max-width: 768px){.settings-modal .settings-table .nav>li>a', 'border-color:' + changeOpacity(theme.sidebarText, 0.2), 2);
}