diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index fb9c2e3c81a..1f54054fc69 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -125,6 +125,7 @@ table thead th { text-shadow: 0px 1px 1px #FFFFFF; font-weight: bold; white-space: nowrap; + cursor: pointer; } table thead th.sorted { @@ -243,10 +244,7 @@ table thead th.quick-view { height: 14px !important; text-indent: 2px; white-space: nowrap; -} - -table tbody td.quick-view { - cursor: pointer; + cursor: default; } table tbody td.quick-view .icon { diff --git a/ui/scripts/ui/widgets/listView.js b/ui/scripts/ui/widgets/listView.js index fed61943861..688b77df6b0 100644 --- a/ui/scripts/ui/widgets/listView.js +++ b/ui/scripts/ui/widgets/listView.js @@ -780,7 +780,7 @@ var addColumnToTr = function($tr, key, colspan, label, needsCollapsibleColumn) { var trText = _l(label); - var $th = $('