mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
28 lines
520 B
Plaintext
28 lines
520 B
Plaintext
@import "ui-variables";
|
|
|
|
.nav-tabs {
|
|
border-bottom: 1px solid @base-border-color;
|
|
li {
|
|
a,
|
|
&.active a {
|
|
border: none;
|
|
margin-right: 0px;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
a:hover,
|
|
&.active a,
|
|
&.active a:hover {
|
|
background-color: @background-color-highlight;
|
|
border: none;
|
|
color: @text-color-selected;
|
|
border-bottom-left-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
}
|
|
|
|
&.active a {
|
|
background-color: @tab-background-color-active;
|
|
}
|
|
}
|
|
}
|