We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fe501 commit 2fc63f2Copy full SHA for 2fc63f2
1 file changed
select2.css
@@ -14,7 +14,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
14
.select2-container,
15
.select2-drop,
16
.select2-search,
17
-.select2-search input{
+.select2-search input {
18
/*
19
Force border-box so that % widths fit the parent
20
container without overlap because of margin/padding.
@@ -579,7 +579,7 @@ disabled look for disabled choices in the results dropdown
579
}
580
581
/* disabled styles */
582
-.select2-container-multi.select2-container-disabled .select2-choices{
+.select2-container-multi.select2-container-disabled .select2-choices {
583
background-color: #f4f4f4;
584
background-image: none;
585
border: 1px solid #ddd;
0 commit comments