2014-10-18 18:17:31 +04:00
|
|
|
.nav-tabs {
|
2014-08-18 18:25:33 +04:00
|
|
|
background: @navbar-default-bg;
|
2014-10-18 18:17:31 +04:00
|
|
|
> li {
|
|
|
|
> a {
|
2014-08-18 18:25:33 +04:00
|
|
|
color: #FFFFFF;
|
|
|
|
border: 0;
|
2014-08-20 14:53:26 +04:00
|
|
|
margin: 0;
|
2014-08-18 18:25:33 +04:00
|
|
|
&:hover {
|
2014-10-10 12:34:36 +04:00
|
|
|
background-color: transparent;
|
2014-08-18 18:25:33 +04:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
2014-10-30 11:54:50 +03:00
|
|
|
& > a, & > a:hover, & > a:focus {
|
2014-10-10 12:34:36 +04:00
|
|
|
background-color: transparent !important;
|
2014-08-18 18:25:33 +04:00
|
|
|
border: 0 !important;
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
&.disabled > a, &.disabled > a:hover {
|
|
|
|
color: rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|