1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 02:09:59 +00:00

Fix: sorted column will have highlighted column, sortable columns will highlight on hover

This commit is contained in:
kay.one 2012-03-01 19:56:37 -08:00
parent f56358067d
commit 6b311a42fb

View file

@ -83,3 +83,11 @@
.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;
}