diff options
author | John Ahlroos <john@vaadin.com> | 2012-10-08 16:04:56 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-10-08 16:04:56 +0300 |
commit | 107f77ecda9d510fabf976d7a81d350b933c9765 (patch) | |
tree | 47030c6ab1f9fab0fc018730ab723d39f042cb88 /WebContent/VAADIN/themes/chameleon | |
parent | fc1003dcb34f0f277487c5ea54ca0e3f5f99f045 (diff) | |
parent | 0780550c54acd553a67ef21fd366c46ccfc5f787 (diff) | |
download | vaadin-framework-107f77ecda9d510fabf976d7a81d350b933c9765.tar.gz vaadin-framework-107f77ecda9d510fabf976d7a81d350b933c9765.zip |
Merge branch 'master' into sass
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; |