From 8e3edfd504ed173c6b7206e422eb808086d14e5a 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 1415de29ec3..6f9bdb9464e 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 {