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
This commit is contained in:
Go MAEDA
2026-04-15 08:36:58 +00:00
parent 9b634274a1
commit f0877d8ca0

View File

@@ -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;