fix bootstrap dropdowns

This commit is contained in:
Felix Niklas 2014-09-24 16:03:23 +02:00
parent e509545dfa
commit a04664c418

View file

@ -3238,6 +3238,21 @@ footer {
box-shadow: none;
}
.dropdown-menu > li > a {
height: 40px;
line-height: 39px;
color: white;
}
.dropdown-menu > li > a:hover {
color: white;
background: hsl(205,90%,60%);
}
.dropdown.actions li {
padding: 0;
}
.recipientList,
.recipientList-organisationMembers {
list-style: none;