diff --git a/NzbDrone.Web/Content/NzbDrone.css b/NzbDrone.Web/Content/NzbDrone.css index fe69fb11c..84401e1fd 100644 --- a/NzbDrone.Web/Content/NzbDrone.css +++ b/NzbDrone.Web/Content/NzbDrone.css @@ -236,4 +236,13 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r .series-delete-files { padding-top: 15px; +} + +i[class*="icon-"]:not(.gridAction):hover { + cursor: default; +} + +table i[class*="icon-"] { + color: #000000; + font-size: 18px; } \ No newline at end of file diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index f23ea4ae2..2345f80fa 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -100,9 +100,9 @@