From dca2130d2cf302a4b9e5d2d678817788b84700af Mon Sep 17 00:00:00 2001 From: Jean Jacques Warmerdam Date: Wed, 4 Apr 2012 14:34:02 +0300 Subject: [PATCH] Don't remove border, make it transparent to prevent jumping of the page. --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index caaae286..f17c1883 100755 --- a/select2.css +++ b/select2.css @@ -189,7 +189,7 @@ .select2-dropdown-open .select2-choice { border: 1px solid #aaa; - border-bottom: none; + border-bottom-color: transparent; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow : 0 1px 0 #fff inset; -o-box-shadow : 0 1px 0 #fff inset;