mdb-ui-kit/less/_tabs.less

25 lines
580 B
Plaintext
Raw Normal View History

2014-10-18 18:17:31 +04:00
.nav-tabs {
background: @brand-primary;
2014-10-18 18:17:31 +04:00
> li {
> a {
2014-08-18 18:25:33 +04:00
color: #FFFFFF;
border: 0;
margin: 0;
2014-08-18 18:25:33 +04:00
&:hover {
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 {
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);
}
}
}