diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 18:12:40 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 18:12:40 +0200 |
commit | 9e89c876013558ba5f22657e37ed1230c4b65cdf (patch) | |
tree | ea682ec186b6bbd1af2fad524a25d254999e23e2 /skins/larry/mail.css | |
parent | 7d3d62e5ed98cfed8b46bbb1c620142f190d2c03 (diff) |
Define generic styles for a search boxe inside list widgets
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3ec14568f..5bcada438 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1274,23 +1274,6 @@ div.message-partheaders .headers-table td.header { bottom: 0; } -#composequicksearch { - position: relative; - padding: 4px; - background: #c7e3ef; -} - -#composequicksearch .searchbox input { - width: 100%; - height: 26px; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -#composequicksearch #searchmenulink { - width: 15px; -} - #compose-contacts #directorylist { border-bottom: 4px solid #c7e3ef; } |