From 7ee6446bc542bd233c0588bff58fef06dc081324 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 13 Sep 2012 17:16:33 -0700 Subject: [PATCH] hide the x when the single select is disabled. fixes #401 --- select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/select2.css b/select2.css index f0bdfb82..c8752c20 100644 --- a/select2.css +++ b/select2.css @@ -359,6 +359,10 @@ disabled look for already selected choices in the results dropdown border-left: 0; } +.select2-container.select2-container-disabled .select2-choice abbr { + display: none +} + /* multiselect */