From 8bbb612de6c85cc303218ccbcd8e752861a66126 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Mon, 13 Feb 2017 16:06:28 +0530 Subject: [PATCH 1/6] 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 From 23edb1de7a5a473be2c9a3fc025d60dd1d8fa38c Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Tue, 14 Feb 2017 10:23:58 +0530 Subject: [PATCH 2/6] Model Popup title space issue fix --- .../devicemgt/app/pages/cdmf.page.groups/groups.hbs | 6 +++--- .../public/js/invite-modal.js | 2 +- .../app/units/cdmf.unit.device.type.qr-modal/qr-modal.hbs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/groups.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/groups.hbs index 358d3e7bff..282e6024fa 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/groups.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.groups/groups.hbs @@ -103,7 +103,7 @@