From d382f3cdb55ca8aa92c2a353af917a8f477272f9 Mon Sep 17 00:00:00 2001 From: Todd Rafferty Date: Tue, 16 Oct 2012 14:34:55 -0300 Subject: [PATCH] Added .select2-locked --- select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/select2.css b/select2.css index 7ccb8d18..ff55939c 100644 --- a/select2.css +++ b/select2.css @@ -410,6 +410,10 @@ disabled look for already selected choices in the results dropdown background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%); } +.select2-locked { + padding: 3px 5px 3px 5px !important; +} + .select2-container-multi .select2-choices { min-height: 26px; }