diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 19:29:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 19:29:42 +0200 |
commit | 28ad60f892f1cdebe704e4bc1aa964d3366f4dcf (patch) | |
tree | c3aa5b89d9515937ff36ba2e94910fa108f4f769 /view/css | |
parent | 171b6a222d164e157ebaaba6ee177ccbb6c14514 (diff) | |
download | volse-hubzilla-28ad60f892f1cdebe704e4bc1aa964d3366f4dcf.tar.gz volse-hubzilla-28ad60f892f1cdebe704e4bc1aa964d3366f4dcf.tar.bz2 volse-hubzilla-28ad60f892f1cdebe704e4bc1aa964d3366f4dcf.zip |
some fixes for latest bs-dev
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index c8da05787..69886b141 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -55,6 +55,9 @@ nav.navbar { overflow: auto; } +.navbar-inverse .navbar-toggler { + color: rgba(255,255,255,1); +} /* nav overrides end */ .wall-item-tools .dropdown-menu { |