From f0877d8ca0e7ba1c5271d643166c19d7596ad45f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 15 Apr 2026 08:36:58 +0000 Subject: [PATCH] Fix the Alternate theme after redesigning the default theme header (#43937). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24583 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/themes/alternate/stylesheets/application.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/themes/alternate/stylesheets/application.css b/app/assets/themes/alternate/stylesheets/application.css index 8977e93bb..0d3e48d56 100644 --- a/app/assets/themes/alternate/stylesheets/application.css +++ b/app/assets/themes/alternate/stylesheets/application.css @@ -33,10 +33,9 @@ body, #wrapper { background-color:#EEEEEE; } h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-block-end: 0px;} /* Menu */ -#main-menu li a { background-color: #507AAA; font-weight: bold;} -#main-menu li a:hover { background: #507AAA; text-decoration: underline; } -#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; } -#main-menu li a.new-object { background-color:#507AAA; text-decoration: none; } +#main-menu li a { font-weight: bold;} +#main-menu li a:hover { text-decoration: underline; } +#main-menu li a.new-object, #main-menu li a.new-object:hover { color: white; background-color:#507AAA; text-decoration: none; } #main-menu .menu-children { border-block-end: 1px solid #507AAA;