updated styling of sortable columns on hover.

This commit is contained in:
kay.one 2013-07-09 22:02:51 -07:00
parent c519195ce3
commit d958e95c59
6 changed files with 18 additions and 5 deletions

View file

@ -6,7 +6,7 @@ define(
], function (Backgrid) {
return Backgrid.Cell.extend({
className: 'toggle-cell clickable',
className: 'toggle-cell',
events: {
'click': '_onClick'