From 42a3d5f7e5e8c154355ed8686813e07fb77f1f97 Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Fri, 26 Aug 2016 14:19:24 +0530 Subject: [PATCH] moving wso2 theme to emm - modal window content positioning and background fixes --- .../units/uuf.unit.theme/public/css/theme-wso2.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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