mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
58 lines
1013 B
CSS
58 lines
1013 B
CSS
#collapseinicon {
|
|
display: none;
|
|
cursor: pointer;
|
|
color: #337ab7;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
border-right: 1px solid #e7e7e7;
|
|
border-left: 1px solid #e7e7e7;
|
|
position: absolute;
|
|
width: 45px;
|
|
height: 20px;
|
|
background-color: #F8F8F8;
|
|
}
|
|
|
|
.nav > li > span > a:focus, .nav > li > span > a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav > li > span {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.menuSubscriptLink {
|
|
font-size: 10px;
|
|
padding-left: 0px !important;
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
.sidebar ul li span a.active {
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.navbar-header {
|
|
padding-top: 15px;
|
|
padding-left: 15px;
|
|
height: 50px;
|
|
}
|
|
|
|
.navbar-brand-icon {
|
|
height: 50px;
|
|
top: 0px;
|
|
font-size: 16px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.header-menu-link-entry {
|
|
padding-right: 23px;
|
|
padding-top: 15px;
|
|
font-size: 18px;
|
|
color: #5e5e5e !important;
|
|
background-color: transparent;
|
|
text-decoration: none !important;
|
|
}
|