diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-04 10:48:16 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-04 10:48:16 +0000 |
commit | 0780550c54acd553a67ef21fd366c46ccfc5f787 (patch) | |
tree | a782e5c12df84ff57122910a1f3fa6570c8139af /WebContent | |
parent | ff4ee18e0f26515cfa818ab9d249932a3bbf0955 (diff) | |
parent | 54ed7cf6f2cdb193503f8d7b403fa3cbaa384f46 (diff) | |
download | vaadin-framework-0780550c54acd553a67ef21fd366c46ccfc5f787.tar.gz vaadin-framework-0780550c54acd553a67ef21fd366c46ccfc5f787.zip |
Merge "Fixed combobox line heights in Chameleon theme #9838"
Diffstat (limited to 'WebContent')
-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; |