summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-12-15 15:21:32 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-12-15 15:21:32 -0500
commite35a5947e6a017a94f667d0438b854cdf939d82c (patch)
treebe065ea2a1e50a68e6026a7a755d4d79cfe3ec79 /web/react/utils/utils.jsx
parent638bfa3e284ba6b56d73e5d2964cb9ef44193ed7 (diff)
parentfe84def81748495a897c5772a09d1fb4bf0790f2 (diff)
downloadchat-e35a5947e6a017a94f667d0438b854cdf939d82c.tar.gz
chat-e35a5947e6a017a94f667d0438b854cdf939d82c.tar.bz2
chat-e35a5947e6a017a94f667d0438b854cdf939d82c.zip
Merge pull request #1732 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/utils/utils.jsx')
-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);
}