1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #15 from sjaq/patch-1

Don't remove border, make it transparent to prevent jumping of the page.
This commit is contained in:
Igor Vaynberg 2012-04-04 20:18:16 -07:00
commit d43b8da796

View File

@ -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;