From 432c46601b3d70194950ae03e295c2c858aedb89 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 9 Sep 2016 11:12:08 +0530 Subject: [PATCH] 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;