diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-22 11:04:18 +0200 |
commit | 4335e49381a766bc59b3ccd3df9c4981afab7603 (patch) | |
tree | 7fa7b9554fa18032ed1bf47690b9162a22bd7c9d /view/theme/redbasic | |
parent | 27678a523c4c02bf4e3b31bf4ac01413feaf3759 (diff) | |
download | volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.gz volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.tar.bz2 volse-hubzilla-4335e49381a766bc59b3ccd3df9c4981afab7603.zip |
more nav_set_selected
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |