diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-15 17:45:16 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-15 17:45:16 +0200 |
commit | 072f1aa97b0452f48c46e6a28ed8394d709c2faa (patch) | |
tree | 09a172e683da17f174f3a82970560ed0e564755a /skins/larry | |
parent | b08986f37521cbb6224d225f102f76636f22f1d7 (diff) |
Minor fixes for teelist searching
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 106279828..0ddb29653 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -439,8 +439,7 @@ a.iconbutton.searchoptions { background-position: -2px -317px; } -a.iconbutton.searchicon, -a.iconbutton.searchoptions { +a.iconbutton.searchicon { width: 15px; } |