diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-20 10:18:47 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-20 10:18:47 +0200 |
commit | 79babb69ab39a6b511d8a776aed6f7642a9eedbd (patch) | |
tree | 35ac403610d71c57af93461e533a3440af5e72a8 /skins/classic/templates | |
parent | 59b765d83927cb9e81bf69656db3a7dbdc1b1b41 (diff) |
Define common styles for search boxes
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index c43adbc27..4705600c7 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -50,7 +50,7 @@ <div id="compose-contacts"> <div class="boxtitle"><roundcube:label name="contacts" /></div> <div class="boxlistcontent"> - <div id="quicksearchbar"> + <div class="searchbox"> <img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" /> <roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" /> <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" /> |