pulsar/static/bootstrap-overrides.less

15 lines
257 B
Plaintext
Raw Normal View History

@import "ui-variables";
.nav {
> li > a {
border-radius: @component-border-radius;
}
> li > a:hover {
background-color: @background-color-highlight;
}
&.nav-pills > li.active > a {
background-color: @background-color-selected;
}
}