diff options
author | John Ahlroos <john@vaadin.com> | 2012-10-03 09:11:54 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-10-03 09:17:06 +0300 |
commit | 54ed7cf6f2cdb193503f8d7b403fa3cbaa384f46 (patch) | |
tree | 58b6b388c6ffadf494f71ac0e0b8aec9bb167c50 /WebContent/VAADIN/themes/chameleon | |
parent | facd94111590d9fe7b8b5ceffe3f7d0db0024948 (diff) | |
download | vaadin-framework-54ed7cf6f2cdb193503f8d7b403fa3cbaa384f46.tar.gz vaadin-framework-54ed7cf6f2cdb193503f8d7b403fa3cbaa384f46.zip |
Fixed combobox line heights in Chameleon theme #9838
Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/selects/selects.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; |