From bbaf7694f4db63a2c0117e3483828b0d6fc141fb Mon Sep 17 00:00:00 2001 From: NIU Administrator Date: Tue, 24 Nov 2020 17:57:26 +0900 Subject: [PATCH] treat desgin for submenu of tabs. --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7dcedbf..a0603e2 100644 --- a/style.css +++ b/style.css @@ -89,11 +89,14 @@ form#searchform input#searchsubmit { background-color: #b2b2b2; padding: 5px 15px 5px !important; color: #000000; + } + #gMenu .menu > li > a { border-radius: 5px 5px 0 0; } #gMenu .menu li a strong { font-weight: bold !important; } + #gMenu .menu li.current_page_parent > a, #gMenu .menu li.current_page_item > a, #gMenu .menu li > a:hover { background-color: #444444 !important; @@ -111,7 +114,8 @@ form#searchform input#searchsubmit { border-bottom: none !important; box-shadow: none !important; } -#topFreeArea::after { +#topFreeArea::after, +#container::after { content: ""; display: block; clear: both;