mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
.nav-tabs {
|
|
background: @primary;
|
|
> li {
|
|
> a {
|
|
color: #FFFFFF;
|
|
border: 0;
|
|
margin: 0;
|
|
&:hover {
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
}
|
|
& > a, & > a:hover, & > a:focus {
|
|
background-color: transparent !important;
|
|
border: 0 !important;
|
|
color: #FFFFFF !important;
|
|
font-weight: 500;
|
|
}
|
|
&.disabled > a, &.disabled > a:hover {
|
|
color: rgba(255,255,255,0.5);
|
|
}
|
|
}
|
|
|
|
}
|