Skip to content

Commit 9b5647c

Browse files
committed
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; }
1 parent a2fafcb commit 9b5647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/dataTables/src/demo_table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
height: 19px;
8080
float: left;
8181
cursor: pointer;
82-
*cursor: hand;
82+
cursor: hand;
8383
color: #111 !important;
8484
}
8585
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,

0 commit comments

Comments
 (0)