From c866aa74d84c2aaf69e03c05903c1cd0da9ba67b Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 26 Mar 2025 22:32:05 +0000 Subject: [PATCH] Improves SVG contrast when a row is selected on table list (#42487). git-svn-id: https://svn.redmine.org/redmine/trunk@23571 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/context_menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/context_menu.css b/app/assets/stylesheets/context_menu.css index a4405ffb2..637b89a32 100644 --- a/app/assets/stylesheets/context_menu.css +++ b/app/assets/stylesheets/context_menu.css @@ -60,6 +60,7 @@ .context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; } .context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; } .context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; } +.context-menu-selection svg.icon-svg { stroke: #fff !important; } div#gantt_area .context-menu-selection { background-color: rgba(80, 122, 170, 0.48) !important; } div#gantt_area .context-menu-selection:hover { background-color: rgba(80, 122, 170, 0.48) !important; } div#gantt_area .context-menu-selection a { color: #169 !important; }