diff --git a/NzbDrone.Web/Content/Grid.css b/NzbDrone.Web/Content/Grid.css index 33e4e07d2..c1cd8db16 100644 --- a/NzbDrone.Web/Content/Grid.css +++ b/NzbDrone.Web/Content/Grid.css @@ -82,4 +82,12 @@ .grid-container { overflow: hidden; -} \ No newline at end of file +} + +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; +}