fix bootstrap dropdowns
This commit is contained in:
parent
e509545dfa
commit
a04664c418
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue