From 8bbb612de6c85cc303218ccbcd8e752861a66126 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Mon, 13 Feb 2017 16:06:28 +0530 Subject: [PATCH] Fixing cloud header height issue and theme color --- .../public/css/custom-desktop.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css index a7114108ee..40df556a71 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css @@ -6549,6 +6549,23 @@ select > option:hover { color : #C7C7C7; } +/** + * + * Temporary navigation color fix for IoT cloud release + * + */ + +header.header-default { + background: #181e22 !important; + height: 50px; +} + +.navbar-collapse { + background: #37474F; +} + +/** End **/ + /** * * Temporary responsive fix for table listing action button width issue