From 0273a6e3696c6802ce8c1ae96933dfabe4d8b5ae Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Mon, 12 Sep 2016 14:35:58 +0530 Subject: [PATCH] responsive tab panel component - markup rewrite for uuf --- .../app/units/cdmf.unit.ui.theme/public/css/custom-theme.css | 3 +++ 1 file changed, 3 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-theme.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-theme.css index 06c552c7e0..e7377e780c 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-theme.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-theme.css @@ -488,6 +488,9 @@ form .form-group label{ display: inline-block; } +.panel-default.active .visible-xs .panel-title a { + color:#fff; +} .panel-body { background: transparent; padding: 0;