From 9b5647cc00065ccdea26ad868e342d46e42e301e Mon Sep 17 00:00:00 2001 From: Peter Mac Giollafhearga Date: Sun, 30 Aug 2015 13:07:05 +1000 Subject: [PATCH] fix syntax error on line 82 (a renegade asterix) ExecJS::RuntimeError: CssSyntaxError: /var/www/test.spxtrader.com.au/shared/bundle/ruby/2.1.0/gems/jquery-datatables-rails-3.2.0/app/assets/stylesheets/dataTables/src/demo_table_jui.css.scss:35:5: Unknown word cursor: pointer; * cursor: hand; } --- app/assets/stylesheets/dataTables/src/demo_table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dataTables/src/demo_table.css b/app/assets/stylesheets/dataTables/src/demo_table.css index baead28..b92d47f 100755 --- a/app/assets/stylesheets/dataTables/src/demo_table.css +++ b/app/assets/stylesheets/dataTables/src/demo_table.css @@ -79,7 +79,7 @@ height: 19px; float: left; cursor: pointer; - *cursor: hand; + cursor: hand; color: #111 !important; } .paginate_disabled_previous:hover, .paginate_enabled_previous:hover,