Change default dropdown appearance and sidebar tab menu handling

This commit is contained in:
Nick O'Leary
2019-01-10 23:30:51 +00:00
parent 9e47d933af
commit f26b9feeaf
5 changed files with 27 additions and 13 deletions

View File

@@ -19,7 +19,3 @@
div.btn-group, a.btn {
@include disable-selection;
}
.dropdown-menu>li>a {
color: #444;
}

View File

@@ -19,6 +19,15 @@
background: #999;
}
.dropdown-menu {
background: #f3f3f3;
border-color: $secondary-border-color;
&>li>a {
color: #444;
}
}
.dropdown-menu * .fa-check-square {
display: none;
color: #e0e0e0;

View File

@@ -202,6 +202,7 @@ span.logo {
#header ul.dropdown-menu {
background: $headerMenuBackground;
border: 1px solid rgba(0,0,0,0.2);
width: 250px !important;
margin-top: 0;
}