]> source.dussan.org Git - vaadin-framework.git/commitdiff
Compensate height definition for border-box sizing (#8313)
authorLeif Åstrand <leif@vaadin.com>
Thu, 23 Feb 2012 07:20:54 +0000 (09:20 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 23 Feb 2012 07:20:54 +0000 (09:20 +0200)
WebContent/VAADIN/themes/runo/select/select.css

index 5ea1dad78352f2d29a7693bdd978c968529b0a5a..5c66cf81db1805ab95e59f30e3935a292e118941 100644 (file)
@@ -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;