summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-09-28 15:44:02 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-09-28 15:47:32 -0400
commitfdc0851be58455417968b70a10a0d4829274d86a (patch)
treeecc01c18f60c577c117b710aaaba60e8abc70d27 /web
parent8b698523642da4fe8925c40c74c0f084e5d2cb43 (diff)
downloadchat-fdc0851be58455417968b70a10a0d4829274d86a.tar.gz
chat-fdc0851be58455417968b70a10a0d4829274d86a.tar.bz2
chat-fdc0851be58455417968b70a10a0d4829274d86a.zip
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) {