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:
commit
d43b8da796
@ -189,7 +189,7 @@
|
|||||||
|
|
||||||
.select2-dropdown-open .select2-choice {
|
.select2-dropdown-open .select2-choice {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-bottom: none;
|
border-bottom-color: transparent;
|
||||||
-webkit-box-shadow: 0 1px 0 #fff inset;
|
-webkit-box-shadow: 0 1px 0 #fff inset;
|
||||||
-moz-box-shadow : 0 1px 0 #fff inset;
|
-moz-box-shadow : 0 1px 0 #fff inset;
|
||||||
-o-box-shadow : 0 1px 0 #fff inset;
|
-o-box-shadow : 0 1px 0 #fff inset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user