From bf8513cce82268cbc97a61f0c460e1c9cf847d64 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Fri, 1 Sep 2017 15:20:01 +0100 Subject: [PATCH] #13: Fixed the hamburger menu to work with BS4 --- public/themes/default/theme.css | 6 ++++++ resources/views/themes/base/partials/navbar.blade.php | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/public/themes/default/theme.css b/public/themes/default/theme.css index 3214d6c..c63171e 100644 --- a/public/themes/default/theme.css +++ b/public/themes/default/theme.css @@ -26,4 +26,10 @@ a:focus, a:hover { .navbar .navbar-brand:hover, .navbar .navbar-nav > li > a:hover { color: #fff !important; +} + +.navbar-toggler +{ + border-color: #b3d1ff !important; + color: #b3d1ff !important; } \ No newline at end of file diff --git a/resources/views/themes/base/partials/navbar.blade.php b/resources/views/themes/base/partials/navbar.blade.php index a6afa36..66bf6a9 100644 --- a/resources/views/themes/base/partials/navbar.blade.php +++ b/resources/views/themes/base/partials/navbar.blade.php @@ -1,8 +1,8 @@ -