diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 08:44:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 08:44:16 +0000 |
commit | 7a32e9c7e82a884d58ec2774d0148e5075a4791c (patch) | |
tree | d66d9f2d804b7b3ac04c4a58da6d4a0a911b40d3 /skins/larry/templates | |
parent | 2fdc7cdd053e3f02fa438b3cde045b34b23eabb2 (diff) |
Decorate search filter drop-down with a more Larry like style
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index cb1e165d8..ca4ea4b73 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -45,7 +45,7 @@ <!-- search filter --> <div id="searchfilter"> - <roundcube:object name="searchfilter" class="searchfilter selector" /> + <roundcube:object name="searchfilter" class="searchfilter decorated" /> </div> <!-- toolbar --> |