more nav_set_selected

This commit is contained in:
git-marijus
2017-07-22 11:04:18 +02:00
parent 27678a523c
commit 4335e49381
14 changed files with 37 additions and 12 deletions

View File

@@ -1380,6 +1380,11 @@ blockquote {
background-color: $item_colour;
}
.dropdown-item.active {
color: #fff;
background-color: #007bff;
}
.bg-dark {
background-color: $nav_bg !important;
}