Disable default menu background image as we use fa-bars icon (#66)
This commit is contained in:
parent
3f8c09fbb0
commit
eb2dd49543
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ table.dataTable {
|
||||||
.nav-link .fa {
|
.nav-link .fa {
|
||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
|
.navbar-dark .navbar-toggler {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* disabled style for "Custom" option, but not for selected items */
|
/* disabled style for "Custom" option, but not for selected items */
|
||||||
.bootstrap-select.btn-group .dropdown-menu li.disabled:not(.selected) a {
|
.bootstrap-select.btn-group .dropdown-menu li.disabled:not(.selected) a {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue