From 437be2d6320cf2d2b4e2b399f0f213223839fba5 Mon Sep 17 00:00:00 2001 From: Ben Walding Date: Mon, 18 Jun 2012 14:08:16 +1000 Subject: [PATCH] Use consistent CSS for image URLs --- select2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.css b/select2.css index 1a7188a5..191ec067 100755 --- a/select2.css +++ b/select2.css @@ -72,7 +72,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ width: 12px; height: 12px; font-size: 1px; - background: url(select2.png) right top no-repeat; + background: url('select2.png') right top no-repeat; cursor: pointer; text-decoration: none; border:0; @@ -428,7 +428,7 @@ disabled look for already selected choices in the results dropdown width: 12px; height: 13px; font-size: 1px; - background: url(select2.png) right top no-repeat; + background: url('select2.png') right top no-repeat; outline: none; }