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 797d071421..1ec53ebb72 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 @@ -9956,3 +9956,16 @@ a.list-group-item:hover { body.login-bg { background-color: #efefef; } +#right-sidebar h4 a{ + color:#526a84; +} +#right-sidebar h4 a:hover,#right-sidebar h4 a:active{ + color:#798ea5; +} +.modalpopup-content .panel{ + background-color: transparent; +} +.col-centered { + float: none; + margin: 0 auto; +} \ No newline at end of file