]> source.dussan.org Git - vaadin-framework.git/commitdiff
filter select css file
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Sep 2007 08:28:35 +0000 (08:28 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Sep 2007 08:28:35 +0000 (08:28 +0000)
svn changeset:2254/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/component-themes/filterselect/css/filterselect.css [new file with mode: 0644]

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 (file)
index 0000000..8049989
--- /dev/null
@@ -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;
+}
+