summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-28 15:06:13 -0700
committerCorey Hulen <corey@hulen.com>2015-09-28 15:06:13 -0700
commite768b30e9eaa54c20199a1a8bd40bbcd9da93432 (patch)
tree54da5523b2f9bc97de87c34ae38be76d8f24205b /web
parent2330ab1a1ef16073e627d7a43bd625d50430b41b (diff)
parentfdc0851be58455417968b70a10a0d4829274d86a (diff)
downloadchat-e768b30e9eaa54c20199a1a8bd40bbcd9da93432.tar.gz
chat-e768b30e9eaa54c20199a1a8bd40bbcd9da93432.tar.bz2
chat-e768b30e9eaa54c20199a1a8bd40bbcd9da93432.zip
Merge pull request #841 from hmhealey/plt456b
PLT-456 Changed mobile search bar to use the colour of the sidebar header
Diffstat (limited to 'web')
-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 61dcae6d8..27b8ff0de 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -580,6 +580,7 @@ export function applyTheme(theme) {
changeCss('.sidebar--left .team__header, .sidebar--menu .team__header', 'background:' + theme.sidebarHeaderBg, 1);
changeCss('.modal .modal-header', 'background:' + theme.sidebarHeaderBg, 1);
changeCss('#navbar .navbar-default', 'background:' + theme.sidebarHeaderBg, 1);
+ changeCss('@media screen and (max-width: 768px) { .search-bar__container', 'background:' + theme.sidebarHeaderBg, 1);
}
if (theme.sidebarHeaderTextColor) {