diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-02-23 09:20:54 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-23 09:20:54 +0200 |
commit | ffddd126525da62f6c39f70a8926489f3d0664f2 (patch) | |
tree | 243a42cfbf67ef0c7ac5b5bc841189257f4d4532 /WebContent/VAADIN | |
parent | f1989ba456a0ec529652ca46fa65d30940b6eb54 (diff) | |
download | vaadin-framework-ffddd126525da62f6c39f70a8926489f3d0664f2.tar.gz vaadin-framework-ffddd126525da62f6c39f70a8926489f3d0664f2.zip |
Compensate height definition for border-box sizing (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/runo/select/select.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/select/select.css b/WebContent/VAADIN/themes/runo/select/select.css index 5ea1dad783..5c66cf81db 100644 --- a/WebContent/VAADIN/themes/runo/select/select.css +++ b/WebContent/VAADIN/themes/runo/select/select.css @@ -22,7 +22,7 @@ .v-popupview-popup .v-filterselect .v-filterselect-input { background: transparent url(img/bg-center-filter.png) no-repeat 1px 0; border: none; - height: 20px; + height: 23px; margin: 0; padding: 2px 0 1px 2px; font-size: 13px; |