From d8752b5718aceee4de2407ca651d2a83dff91e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 7 Dec 2019 16:00:02 -0500 Subject: [PATCH] Fix for pointer over episode title. --- views/episodes.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/episodes.tpl b/views/episodes.tpl index ceb522dd1..7a0c829d8 100644 --- a/views/episodes.tpl +++ b/views/episodes.tpl @@ -74,6 +74,8 @@ background-color: #ffcccc !important; line-height: 0 !important; } + + .episode_history { cursor: pointer; }