]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed combobox line heights in Chameleon theme #9838 46/46/1
authorJohn Ahlroos <john@vaadin.com>
Wed, 3 Oct 2012 06:11:54 +0000 (09:11 +0300)
committerJohn Ahlroos <john@vaadin.com>
Wed, 3 Oct 2012 06:17:06 +0000 (09:17 +0300)
Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec

WebContent/VAADIN/themes/chameleon/components/selects/selects.scss

index 5e21ddff35849940dccaea1a2ac3af4c5b9685cf..e5b41b31237a7a1d887bd805fb2d4c1736ca0d4a 100644 (file)
@@ -48,6 +48,9 @@ body input.v-filterselect-input[type=text] {
 .v-filterselect-suggestpopup {
        margin-top: .4em;
        }
+.v-filterselect-suggestmenu tr {
+    line-height:1.4em;
+}      
 
 body .v-filterselect-suggestpopup-small td {
        font-size: .85em;