From f9b1e150e5336147423c80c399176436c3d900b1 Mon Sep 17 00:00:00 2001 From: Yuri Pereira Date: Fri, 19 Jul 2013 10:09:44 -0300 Subject: [PATCH] Add missing space --- select2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.css b/select2.css index f54344f7..4d5f7806 100644 --- a/select2.css +++ b/select2.css @@ -63,7 +63,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ .select2-container.select2-drop-above .select2-choice { border-bottom-color: #aaa; - border-radius:0 0 4px 4px; + border-radius: 0 0 4px 4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white)); background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%); @@ -594,7 +594,7 @@ disabled look for disabled choices in the results dropdown } .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; - background:none; + background: none; } /* end multiselect */