|
@@ -443,7 +443,7 @@ disabled look for disabled choices in the results dropdown
|
|
|
}
|
|
|
|
|
|
.select2-container.select2-container-disabled .select2-choice abbr {
|
|
|
- display: none
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -602,8 +602,8 @@ disabled look for disabled choices in the results dropdown
|
|
|
background-color: #f4f4f4;
|
|
|
}
|
|
|
|
|
|
-.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
|
|
|
- display: none;
|
|
|
+.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
|
|
|
+ background:none;
|
|
|
}
|
|
|
/* end multiselect */
|
|
|
|