This commit is contained in:
kyodev 2017-07-28 20:14:27 +02:00
parent d8c63a7574
commit c3ea83ef46
1 changed files with 2 additions and 2 deletions

View File

@ -161,14 +161,14 @@ footer.col-md-12 {
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
text-decoration: none;
border-right: 1px solid;
border-left: 1px solid;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
font-weight: bold;
background-color: transparent;
border-right: 1px solid;
border-left: 1px solid;
}
/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {