From b9e823fa64172f3f7929777720ca55b81482d3bd Mon Sep 17 00:00:00 2001 From: ernjvr Date: Thu, 2 Aug 2018 16:38:45 +0200 Subject: [PATCH] change cursor to default to prevent user confusion --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d68b4f8c3cf7..fb9c2e3c81ac 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4987,7 +4987,7 @@ textarea { .dashboard.user .status-lists ul li.events .content li { width: 97%; - cursor: pointer; + cursor: default; margin: 6px 11px 0 0; font-size: 11px; padding: 13px 0 12px 16px;