fixes #1110
This commit is contained in:
parent
dc27a5b74d
commit
fffba0d1d2
@ -443,7 +443,7 @@ disabled look for disabled choices in the results dropdown
|
|||||||
}
|
}
|
||||||
|
|
||||||
.select2-container.select2-container-disabled .select2-choice abbr {
|
.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;
|
background-color: #f4f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
|
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
|
||||||
display: none;
|
background:none;
|
||||||
}
|
}
|
||||||
/* end multiselect */
|
/* end multiselect */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user