From 766f897dfece0a6f39d0dc10f0d8cab2f679c80e Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Fri, 18 May 2012 16:20:33 +0200 Subject: [PATCH] CC-3845 : General UI cleanup --- airtime_mvc/public/css/playouthistory.css | 4 ++++ airtime_mvc/public/css/showbuilder.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/playouthistory.css b/airtime_mvc/public/css/playouthistory.css index 069e3addf..e195e0ffa 100644 --- a/airtime_mvc/public/css/playouthistory.css +++ b/airtime_mvc/public/css/playouthistory.css @@ -22,4 +22,8 @@ div.his-timerange div { bottom: 0px; padding: 3px; margin-left: 5px; +} + +table.dataTable tbody tr { + cursor: auto; } \ No newline at end of file diff --git a/airtime_mvc/public/css/showbuilder.css b/airtime_mvc/public/css/showbuilder.css index 2793b1ed0..dad808785 100644 --- a/airtime_mvc/public/css/showbuilder.css +++ b/airtime_mvc/public/css/showbuilder.css @@ -189,7 +189,7 @@ table.dataTable tr.sb-past, table.dataTable tr.sb-header, table.dataTable tr.sb-footer, table.dataTable tr.sb-not-allowed { - cursor: default; + cursor: auto; } table.dataTable td.sb-image {