From 2fc63f264ff2c7050f0a20c520a7ef5ccf3e4d05 Mon Sep 17 00:00:00 2001 From: Yuri Pereira Date: Fri, 19 Jul 2013 09:50:47 -0300 Subject: [PATCH] Add space before { --- select2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.css b/select2.css index d6e2f26e..756b744d 100644 --- a/select2.css +++ b/select2.css @@ -14,7 +14,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ .select2-container, .select2-drop, .select2-search, -.select2-search input{ +.select2-search input { /* Force border-box so that % widths fit the parent container without overlap because of margin/padding. @@ -579,7 +579,7 @@ disabled look for disabled choices in the results dropdown } /* disabled styles */ -.select2-container-multi.select2-container-disabled .select2-choices{ +.select2-container-multi.select2-container-disabled .select2-choices { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd;