From 24cd15df2be17143e13946d442c3e8ece4c681d2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Jan 2018 18:00:39 +0100 Subject: UI: table hover --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 025e9623e..3be65432e 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -141,6 +141,10 @@ div#foot a:hover { line-height: 1.5; } +.dataTables_scrollBody:hover{ + cursor: pointer; +} + /* ui-autocomplete */ .ui-widget-content { -- cgit v1.2.3