From 84a7d5517f5238b03652f4ff48b184937e946214 Mon Sep 17 00:00:00 2001 From: thusithakalugamage Date: Fri, 7 Oct 2016 12:31:46 +0530 Subject: [PATCH] EMM-1685] - fix and few other related improvements --- .../public/css/custom-desktop.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 6d253dcc0d..988de88222 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 @@ -5180,18 +5180,17 @@ a:hover.multi-view.remove.enabled { } a.grid-input-add { - padding-top: 10px; - padding-bottom: 8px; - color: #9F9F9F; - text-decoration: none; - float: left; - font-size: 15px; + margin-top:10px; + margin-bottom:10px; + font-size: 14px; + border:1px solid #526A84; } - -a:hover.grid-input-add { - color: #A7E43A; +a.grid-input-add:hover, a.grid-input-add:active,a.grid-input-add:focus { + color:#333; + border:1px solid #fff; } + a.grid-input-remove { padding-top: 4px; padding-right: 10px;