1
0
mirror of synced 2024-11-26 14:56:07 +03:00
This commit is contained in:
Igor Vaynberg 2013-04-09 20:36:23 -07:00
parent dc27a5b74d
commit fffba0d1d2

View File

@ -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 */