41 lines
852 B
CSS
41 lines
852 B
CSS
nav{
|
|
padding-left: 70px;
|
|
background: none !important;
|
|
border: 0 !important;
|
|
}
|
|
.navbar-collapse{
|
|
padding-left: 0 !important;
|
|
}
|
|
.navbar .nav li.dropdown.open>.dropdown-toggle{
|
|
background: none !important;
|
|
}
|
|
.dropdown:hover .dropdown-menu {
|
|
position: absolute;
|
|
left: 0;
|
|
display: block;
|
|
margin-top: 0;
|
|
}
|
|
.dropdown .dropdown-menu a{
|
|
color: #5d6365 !important;
|
|
font-weight: bold;
|
|
}
|
|
.dropdown:hover .dropdown-menu li{
|
|
}
|
|
|
|
.navbar .nav>li>a{
|
|
text-shadow: none;
|
|
}
|
|
.nav_btn{
|
|
text-shadow: none;
|
|
color: whitesmoke !important;
|
|
text-decoration: none !important;
|
|
display: block !important;
|
|
width: 6em !important;
|
|
}
|
|
.nav_btn:hover{
|
|
color: whitesmoke !important;
|
|
text-decoration: none !important;
|
|
display: block !important;
|
|
width: 6em !important;
|
|
text-shadow: 1px #5d6365;
|
|
} |