diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css index 9f2b9c2a3..f5a7c80a3 100644 --- a/template/yoga/menubar.css +++ b/template/yoga/menubar.css @@ -49,9 +49,15 @@ BODY#theAdminPage #menubar { font-size: 100%; margin-top: 0; } -#menubar LI.selected { - font-weight: bold; + +#menubar LI.selected A { + font-weight: bold; +} + +#menubar LI.selected LI A { + font-weight: normal; } + #menubar HR { display: block; margin: 10px auto; |