diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |