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