From 592e5f92f892b938e737ece7d0f0f0105fc34630 Mon Sep 17 00:00:00 2001 From: Andrew <159703254+andrewsoonqn@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:00:32 +0800 Subject: [PATCH] Tone down inactive favourite stars --- resources/web/dialog/SpeedDial/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/web/dialog/SpeedDial/style.css b/resources/web/dialog/SpeedDial/style.css index 6f2a19ec30..72de412f66 100644 --- a/resources/web/dialog/SpeedDial/style.css +++ b/resources/web/dialog/SpeedDial/style.css @@ -211,7 +211,7 @@ kbd { } .star svg { display: block; } .row:hover .star:not(.on), -.row.sel .star:not(.on) { opacity: .8; } +.row.sel .star:not(.on) { opacity: .5; } .star.on { opacity: 1; color: var(--main-color, var(--orca-accent, #009688)); } .star:hover { background: rgba(127,127,127,.18); } .dial-empty {