Merge pull request #841 from hmhealey/plt456b

PLT-456 Changed mobile search bar to use the colour of the sidebar header
This commit is contained in:
Corey Hulen
2015-09-28 15:06:13 -07:00

View File

@@ -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) {