fix css so that the background colour of the dropdown divs is set

pull/3019/head
Isaac Connor 2020-08-13 12:40:11 -04:00
parent c674cb7b55
commit 6550876a92
1 changed files with 3 additions and 3 deletions

View File

@ -710,8 +710,8 @@ li.search-choice {
display: inline-block;
}
#dropdown_storage,
#dropdown_reminder,
#dropdown_bandwidth {
#dropdown_storage+div,
#dropdown_reminder+div,
#dropdown_bandwidth+div {
background-color:#485460;
}