From 4335e49381a766bc59b3ccd3df9c4981afab7603 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Sat, 22 Jul 2017 11:04:18 +0200 Subject: more nav_set_selected --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7f2ca4853..2c881049e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1380,6 +1380,11 @@ blockquote { background-color: $item_colour; } +.dropdown-item.active { + color: #fff; + background-color: #007bff; +} + .bg-dark { background-color: $nav_bg !important; } -- cgit v1.2.3