mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fix: sorted column will have highlighted column, sortable columns will highlight on hover
This commit is contained in:
parent
f56358067d
commit
6b311a42fb
@ -82,4 +82,12 @@
|
|||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
overflow: hidden;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user