and again...recompile

This commit is contained in:
Holger Könemann 2017-01-06 20:48:03 +01:00
parent 4c13122e09
commit 1403f2526b
2 changed files with 18 additions and 2 deletions

View File

@ -6825,6 +6825,24 @@ a.skip-link {
.bg-inverse .dropdown-menu {
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,
[type="button"],
[type="reset"],

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long