From 3fe58896f4946c34a614e9110eda95a91be263b5 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 12 Apr 2012 20:54:07 +0530 Subject: [PATCH] Bug 13969 : CS 13764 Names row of any table should not be clickable reviewed-by: brian --- 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 5be040f188e..b19292f6d6c 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -70,7 +70,7 @@ table { table thead { background: url(../images/bg-table-head.png) repeat-x; - cursor: pointer; + cursor: default; } table thead th {