From: Leif Åstrand Date: Thu, 23 Feb 2012 07:20:54 +0000 (+0200) Subject: Compensate height definition for border-box sizing (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ffddd126525da62f6c39f70a8926489f3d0664f2;p=vaadin-framework.git Compensate height definition for border-box sizing (#8313) --- 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;