From cfa32cf75c0651b8dac12703d929b8ca4ebbdfa3 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 9 Sep 2016 11:10:01 +0530 Subject: [PATCH] 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}}