From 6825a87bb948f12def4297ba2ca481543290ace3 Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Fri, 9 Sep 2016 19:11:02 +0530 Subject: [PATCH] button component - active and focus style defect fix --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 6 +++++- 1 file changed, 5 insertions(+), 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/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 6f89f73627..d794ad0f70 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 @@ -3252,9 +3252,13 @@ a.ast-type-item:hover { opacity: 0.5; } -.wr-btn:hover { +.wr-btn:hover,a.wr-btn:hover { + color:#b3e7ff; background-color: #16436D; } +.wr-btn:active,a.wr-btn:active,.wr-btn:focus,a.wr-btn:focus { + color:#b3e7ff; +} .wr-btn-grp { margin-top: 40px;