From: Matti Tahvonen Date: Mon, 10 Sep 2007 08:28:35 +0000 (+0000) Subject: filter select css file X-Git-Tag: 6.7.0.beta1~6034 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=70ddbefea1f3a00a87ac69236feaf761fcbae1f1;p=vaadin-framework.git filter select css file svn changeset:2254/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/filterselect/css/filterselect.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/filterselect/css/filterselect.css new file mode 100644 index 0000000000..8049989a4c --- /dev/null +++ b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/filterselect/css/filterselect.css @@ -0,0 +1,36 @@ +.i-filterselect-suggestpopup { + background: #fff; + font-size:small; +} + +.i-filterselect-suggestmenu .gwt-MenuItem { + border: 1px solid black; + border-width: 0 1px 1px 1px; +} + +.i-filterselect-suggestmenu .gwt-MenuItem-selected { + background: yellow; +} + +.i-filterselect { + white-space: nowrap; +} + +.i-filterselect-popupopener { + display:inline; + background:red; +} + +.i-filterselect-nextpage-on, +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off, +.i-filterselect-prevpage-on, +.i-filterselect-status { + text-align: center; +} + +.i-filterselect-nextpage-off, +.i-filterselect-prevpage-off { + color: #666; +} +