From c871532b9b40e7b65622f09cfde90f2879af4e48 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 21 May 2009 11:22:06 +0000 Subject: reindeer theme updates: filterselect with icon fixed, table default style now lighter (previous style now with stylename "strong"). svn changeset:7934/svn branch:6.0 --- WebContent/VAADIN/themes/reindeer/select/select.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'WebContent/VAADIN/themes/reindeer/select') diff --git a/WebContent/VAADIN/themes/reindeer/select/select.css b/WebContent/VAADIN/themes/reindeer/select/select.css index 57503e8114..a7f8b6503b 100644 --- a/WebContent/VAADIN/themes/reindeer/select/select.css +++ b/WebContent/VAADIN/themes/reindeer/select/select.css @@ -176,3 +176,11 @@ background: transparent url(img/status-bg.png) repeat-x; } /* Filterselect with icon needs a similar fix than in buttons */ +.v-filterselect .v-icon { + width: 16px; + position: relative; +} +.v-filterselect .v-icon + .v-filterselect-input { + margin-left: -16px; + padding-left: 18px; +} \ No newline at end of file -- cgit v1.2.3