diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-13 12:46:03 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-13 12:46:03 +0200 |
commit | 041da24319946de203922b7cf162c83c2520c04f (patch) | |
tree | 39df00f57769eab0fe563411dddda58deb79d797 /skins/larry | |
parent | b2a15c2c19370abccd511c0c6189ac13e881ecdb (diff) |
Fix unintentionally hidden contacts search box in compose screen
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 05dd87749..7eb324254 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -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; } |