summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/select
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-21 11:22:06 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-21 11:22:06 +0000
commitc871532b9b40e7b65622f09cfde90f2879af4e48 (patch)
tree50a4c4905731d553449bf79f41a82aeb6f63b96c /WebContent/VAADIN/themes/reindeer/select
parent0a156061492714f21be141d59f1bc0fe6e4517e3 (diff)
downloadvaadin-framework-c871532b9b40e7b65622f09cfde90f2879af4e48.tar.gz
vaadin-framework-c871532b9b40e7b65622f09cfde90f2879af4e48.zip
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
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/select')
-rw-r--r--WebContent/VAADIN/themes/reindeer/select/select.css8
1 files changed, 8 insertions, 0 deletions
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