From e61e640dafdaf5472dee487cc9141f5ae70f0a2e Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 20 Jan 2024 02:21:53 +0100 Subject: added opacity on hovering closed settings category --- src/app/css/popups.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app/css/popups.css') diff --git a/src/app/css/popups.css b/src/app/css/popups.css index b63bb1d..4a6d2e3 100644 --- a/src/app/css/popups.css +++ b/src/app/css/popups.css @@ -96,6 +96,10 @@ opacity: 0.5; } +.popup .options details:hover:not([open]) { + opacity: 0.8; +} + .popup .options details summary { cursor: pointer; list-style-type: none; -- cgit v1.2.3