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/styles.css | |
parent | 7d3d62e5ed98cfed8b46bbb1c620142f190d2c03 (diff) |
Define generic styles for a search boxe inside list widgets
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 580b20f1a..106279828 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -433,11 +433,17 @@ a.iconbutton.disabled { cursor: default; } +a.iconbutton.searchicon, a.iconbutton.searchoptions { width: 24px; background-position: -2px -317px; } +a.iconbutton.searchicon, +a.iconbutton.searchoptions { + width: 15px; +} + a.iconbutton.reset { width: 24px; background-position: -25px -317px; @@ -1857,6 +1863,7 @@ ul.proplist li { font-size: 11px; } +.searchbox .searchicon, .searchbox #searchmenulink, #quicksearchbar #searchmenulink { position: absolute; @@ -1865,12 +1872,25 @@ ul.proplist li { } .searchbox #searchreset, +.searchbox .iconbutton.reset, #quicksearchbar #searchreset { position: absolute; top: 4px; right: 1px; } +.listsearchbox { + position: relative; + padding: 4px; + background: #c7e3ef; +} + +.listsearchbox input { + width: 100%; + height: 26px; + -moz-box-sizing: border-box; + box-sizing: border-box; +} /*** toolbar ***/ |