causeway-standard-theme
Version:
80 lines (65 loc) • 1.2 kB
text/less
// Nav
// --------------------------------------------------
.nav > li {
&.active > a,
&.open > a {
background-color: @enterprise-blue;
color: @white;
&:hover,
&:focus {
background-color: @enterprise-blue;
color: @white;
}
.caret {
border-bottom-color: @white;
border-top-color: @white;
}
}
> a {
background-color: transparent;
color: @black080;
line-height: 1;
text-decoration: none;
font-weight: normal;
.caret {
border-bottom-color: @black080;
border-top-color: @black080;
}
&:hover,
&:focus {
background-color: @enterprise-blue;
color: @white;
.caret {
border-bottom-color: @white;
border-top-color: @white;
}
}
}
}
.nav-pills > li {
&.active > a,
&.open > a {
text-decoration: none;
&:hover,
&:focus {
text-decoration: none;
}
}
> a {
border-radius: 0;
padding: 6px 10px;
text-decoration: underline;
&:hover,
&:focus {
text-decoration: none;
}
}
}
.content-header {
.nav-pills {
margin-bottom: 19px;
}
.nav-pills > li > a {
font-weight: bold;
}
}