From b5798706725dfacd9f3e2c5a47a2cdea1f6a6ad9 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Tue, 14 Feb 2017 13:21:59 +0530 Subject: [PATCH] Data table icon cursor added --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 4 ++++ 1 file changed, 4 insertions(+) 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 40df556a71..1cad15f257 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 @@ -2030,6 +2030,10 @@ input[type=number].form-control { width: 100%; } +.table .icon-only{ + cursor: pointer; +} + /* ======================================================================== * thumbnail list styles * ======================================================================== */