From fffba0d1d2dbce704a602acc05dbc17fe387f879 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 9 Apr 2013 20:36:23 -0700 Subject: [PATCH] fixes #1110 --- select2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/select2.css b/select2.css index a92cc6a0..c593aae7 100644 --- a/select2.css +++ b/select2.css @@ -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 */