From: John Ahlroos Date: Wed, 3 Oct 2012 06:11:54 +0000 (+0300) Subject: Fixed combobox line heights in Chameleon theme #9838 X-Git-Tag: 7.0.0.beta6~99^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54ed7cf6f2cdb193503f8d7b403fa3cbaa384f46;p=vaadin-framework.git Fixed combobox line heights in Chameleon theme #9838 Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec --- diff --git a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss index 5e21ddff35..e5b41b3123 100644 --- a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss +++ b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss @@ -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;