From cfa32cf75c0651b8dac12703d929b8ca4ebbdfa3 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 9 Sep 2016 11:10:01 +0530 Subject: [PATCH 1/2] Fixing icons background color issue --- .../devicemgt/app/units/cdmf.unit.ui.theme/theme.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/theme.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/theme.hbs index cc4c1e741d..bd79e7563f 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/theme.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/theme.hbs @@ -18,7 +18,7 @@ {{#zone "topCss" override=false}} {{css "css/custom-theme.css"}} {{css "css/custom-common.css"}} - {{css "css/custom-desktop.css"}} + {{css "css/custom-desktop.css" combine=false}} {{css "css/docs.min.css"}} {{css "css/modal.css"}} {{/zone}} From 432c46601b3d70194950ae03e295c2c858aedb89 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 9 Sep 2016 11:12:08 +0530 Subject: [PATCH 2/2] Fixing breadcrumb height issue --- .../app/units/uuf.unit.theme/public/css/theme-wso2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css index 7d570d33e0..39d6f1b6ca 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css @@ -4431,7 +4431,7 @@ a.thumbnail.active { .thumbnail.icon { border: none; margin: 0; - background: #004675; + background: #11375b; color: #fff; text-align: center; overflow: hidden;