summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-23 20:34:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-23 20:34:21 +0500
commitfb05a16b0c989b1d6e3fd3bda6381036ace2753f (patch)
tree5cccaaaf04604683f22b3bcc8e532f9ddb98995e /web/react/utils/utils.jsx
parentc0255fcadb22ac7aa5c48c3cf873915a7e40dfe1 (diff)
downloadchat-fb05a16b0c989b1d6e3fd3bda6381036ace2753f.tar.gz
chat-fb05a16b0c989b1d6e3fd3bda6381036ace2753f.tar.bz2
chat-fb05a16b0c989b1d6e3fd3bda6381036ace2753f.zip
Updating nav active bg and Send invitation button
Diffstat (limited to 'web/react/utils/utils.jsx')
-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 e1a295444..67a9d6983 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -431,6 +431,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 li.active a, .sidebar--left .nav li.active a:hover, .sidebar--left .nav li.active a:focus', 'background:' + changeOpacity(theme.sidebarTextActiveColor, 0.1), 1);
}
if (theme.sidebarHeaderBg) {