mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 15:23:59 +00:00
Fix: sorted column will have highlighted column, sortable columns will highlight on hover
This commit is contained in:
@@ -82,4 +82,12 @@
|
||||
|
||||
.grid-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable thead th.sorting_disabled {
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting:hover {
|
||||
background-color: #e7efff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user