mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 00:56:35 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user