1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Remove close button outline.

This commit is contained in:
Justin DuJardin 2012-03-28 10:02:22 -07:00
parent b2c6ced65f
commit 26baca110b

View File

@ -94,9 +94,9 @@
width:100%;
margin-top:-1px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.select2-container .select2-choice div {
@ -374,6 +374,7 @@
height: 13px;
font-size: 1px;
background: url(select2.png) right top no-repeat;
outline: none;
}
.select2-container-multi .select2-search-choice-close {