]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove all margins from the combo box input field (#8313)
authorLeif Åstrand <leif@vaadin.com>
Fri, 17 Feb 2012 11:10:07 +0000 (13:10 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 17 Feb 2012 11:10:07 +0000 (13:10 +0200)
WebContent/VAADIN/themes/base/select/select.css

index 612ffbf69cdc54083389ee54d10227cf983e69a6..98261b16655a57c8c395e9b772971c9a3ea01bfc 100644 (file)
@@ -64,6 +64,7 @@
 .v-app .v-filterselect-input,
 .v-window .v-filterselect-input,
 .v-popupview-popup .v-filterselect-input {
+       margin: 0;
        float: left;
        -webkit-border-radius: 0px;
        box-sizing: border-box;