summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-08-13 12:46:03 +0200
committerAleksander Machniak <alec@alec.pl>2014-08-13 12:46:03 +0200
commit041da24319946de203922b7cf162c83c2520c04f (patch)
tree39df00f57769eab0fe563411dddda58deb79d797 /skins
parentb2a15c2c19370abccd511c0c6189ac13e881ecdb (diff)
Fix unintentionally hidden contacts search box in compose screen
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
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;
}