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;