summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-08-25 07:52:01 +0000
committerLeif Åstrand <leif@vaadin.com>2011-08-25 07:52:01 +0000
commitfe5af04f3c4dbd05d16a6819df12c1f806809293 (patch)
treee341f51c8142ee63c48d37716294280d7bc44b9d /WebContent
parent6bf025cca40b76ed53472c2506ead508088b99bb (diff)
downloadvaadin-framework-fe5af04f3c4dbd05d16a6819df12c1f806809293.tar.gz
vaadin-framework-fe5af04f3c4dbd05d16a6819df12c1f806809293.zip
#5608 Item icons do not work in OptionGroup
svn changeset:20638/svn branch:6.7
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/select/select.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/select/select.css b/WebContent/VAADIN/themes/base/select/select.css
index 3214d4eb2f..3c515b8c52 100644
--- a/WebContent/VAADIN/themes/base/select/select.css
+++ b/WebContent/VAADIN/themes/base/select/select.css
@@ -5,6 +5,11 @@
display: block;
white-space: nowrap;
}
+.v-select-optiongroup .v-icon {
+ vertical-align: middle;
+ white-space: nowrap;
+ margin: 0 2px;
+}
.v-ie .v-select-optiongroup .v-select-option {
zoom: 1;
}