From 98f3e61314b9bb4bb887b749dd4a3320ad27297b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 29 Mar 2021 18:36:31 +0200 Subject: [PATCH] Tweak to hover pause icon --- backend/static/css/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/static/css/styles.css b/backend/static/css/styles.css index f2413c00..1ff276e2 100644 --- a/backend/static/css/styles.css +++ b/backend/static/css/styles.css @@ -268,5 +268,10 @@ footer { } .paused-state.state-False img { - opacity: 0.3; + opacity: 0.2; } + + +.paused-state.state-False:hover img{ + opacity: 0.8; +} \ No newline at end of file