pulsar/static/bootstrap.less

15 lines
257 B
Plaintext
Raw Normal View History

2013-09-10 04:19:37 +04:00
@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;
2013-09-10 04:19:37 +04:00
}
}