From: John Ahlroos Date: Tue, 11 Sep 2012 09:14:49 +0000 (+0300) Subject: Fixed combobox item selector offset bug X-Git-Tag: 7.0.0.beta1~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8a904080835193e322e1f006aa65f490f2cd930a;p=vaadin-framework.git Fixed combobox item selector offset bug --- diff --git a/WebContent/VAADIN/themes/reindeer/select/select.scss b/WebContent/VAADIN/themes/reindeer/select/select.scss index 4a8d07fd91..1318cb6667 100644 --- a/WebContent/VAADIN/themes/reindeer/select/select.scss +++ b/WebContent/VAADIN/themes/reindeer/select/select.scss @@ -41,6 +41,7 @@ width: 25px; height: 24px; background-image: url(img/right.png); /** sprite-ref: verticals ; sprite-margin-bottom: 1px */ + background-position: 0 0; cursor: default; margin-right: -25px; }