treat desgin for submenu of tabs.

This commit is contained in:
CBS Information System 2020-11-24 17:57:26 +09:00
parent 9d072d063a
commit bbaf7694f4

View File

@ -89,11 +89,14 @@ form#searchform input#searchsubmit {
background-color: #b2b2b2; background-color: #b2b2b2;
padding: 5px 15px 5px !important; padding: 5px 15px 5px !important;
color: #000000; color: #000000;
}
#gMenu .menu > li > a {
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
} }
#gMenu .menu li a strong { #gMenu .menu li a strong {
font-weight: bold !important; font-weight: bold !important;
} }
#gMenu .menu li.current_page_parent > a,
#gMenu .menu li.current_page_item > a, #gMenu .menu li.current_page_item > a,
#gMenu .menu li > a:hover { #gMenu .menu li > a:hover {
background-color: #444444 !important; background-color: #444444 !important;
@ -111,7 +114,8 @@ form#searchform input#searchsubmit {
border-bottom: none !important; border-bottom: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
#topFreeArea::after { #topFreeArea::after,
#container::after {
content: ""; content: "";
display: block; display: block;
clear: both; clear: both;