mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
updated styling of sortable columns on hover.
This commit is contained in:
parent
c519195ce3
commit
d958e95c59
6 changed files with 18 additions and 5 deletions
|
@ -6,7 +6,7 @@ define(
|
|||
], function (Backgrid) {
|
||||
return Backgrid.Cell.extend({
|
||||
|
||||
className: 'toggle-cell clickable',
|
||||
className: 'toggle-cell',
|
||||
|
||||
events: {
|
||||
'click': '_onClick'
|
||||
|
|
|
@ -27,6 +27,10 @@
|
|||
.clickable();
|
||||
}
|
||||
|
||||
.toggle-cell{
|
||||
.clickable();
|
||||
}
|
||||
|
||||
.approval-status-cell {
|
||||
widows : 10px;
|
||||
.popover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue