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 {