and again...recompile
This commit is contained in:
parent
4c13122e09
commit
1403f2526b
|
@ -6825,6 +6825,24 @@ a.skip-link {
|
||||||
.bg-inverse .dropdown-menu {
|
.bg-inverse .dropdown-menu {
|
||||||
background-color: #292b2c; }
|
background-color: #292b2c; }
|
||||||
|
|
||||||
|
.dropdown-menu .dropdown-menu {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
margin-left: 10px;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none; }
|
||||||
|
.dropdown-menu .dropdown-menu li {
|
||||||
|
padding-left: 0px;
|
||||||
|
list-style: square; }
|
||||||
|
|
||||||
|
.dropdown-menu .menu-item {
|
||||||
|
width: 100%; }
|
||||||
|
.dropdown-menu .menu-item a.nav-link {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0.5em 1em; }
|
||||||
|
.dropdown-menu .menu-item a.nav-link:hover {
|
||||||
|
background-color: #895cd1; }
|
||||||
|
|
||||||
button,
|
button,
|
||||||
[type="button"],
|
[type="button"],
|
||||||
[type="reset"],
|
[type="reset"],
|
||||||
|
|
File diff suppressed because one or more lines are too long
Reference in New Issue