From 70ddbefea1f3a00a87ac69236feaf761fcbae1f1 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Mon, 10 Sep 2007 08:28:35 +0000 Subject: [PATCH] filter select css file svn changeset:2254/svn branch:trunk --- .../filterselect/css/filterselect.css | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/com/itmill/toolkit/terminal/gwt/public/component-themes/filterselect/css/filterselect.css 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; +} + -- 2.39.5