Fix unintentionally hidden contacts search box in compose screen

pull/212/head
Aleksander Machniak 10 years ago
parent b2a15c2c19
commit 041da24319

@ -1083,6 +1083,10 @@ div.message-partheaders .headers-table td.header {
bottom: 0;
}
#compose-contacts .listsearchbox {
display: block;
}
#compose-contacts #directorylist {
border-bottom: 4px solid #c7e3ef;
}

Loading…
Cancel
Save