Disable default menu background image as we use fa-bars icon (#66)

This commit is contained in:
Norbert Renner 2018-08-09 12:34:09 +02:00
parent 3f8c09fbb0
commit eb2dd49543

View file

@ -70,6 +70,9 @@ table.dataTable {
.nav-link .fa {
margin-right: 0.2em;
}
.navbar-dark .navbar-toggler {
background-image: none;
}
/* disabled style for "Custom" option, but not for selected items */
.bootstrap-select.btn-group .dropdown-menu li.disabled:not(.selected) a {