From 7fd8a9f6e76d8a0b653a00c06399c35123435aac Mon Sep 17 00:00:00 2001 From: Yuri Pereira Date: Sat, 27 Jul 2013 14:28:45 -0300 Subject: [PATCH] Colors to shorthand hexadecimal/2 --- select2.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/select2.css b/select2.css index 492ad06e..960ae2dd 100644 --- a/select2.css +++ b/select2.css @@ -641,12 +641,3 @@ disabled look for disabled choices in the results dropdown background-position: 100% -21px !important; } } -2-arrow b { - background-image: url('select2x2.png') !important; - background-repeat: no-repeat !important; - background-size: 60px 40px !important; - } - .select2-search input { - background-position: 100% -21px !important; - } -}