From 79ee2084dcf5dcff37010c5bc98cc8e6050d666e Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sat, 11 Jan 2014 21:01:16 -0500 Subject: [PATCH] Gradients are all set now --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index f3b6f074..0322aece 100644 --- a/select2.css +++ b/select2.css @@ -53,7 +53,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); - background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); + background-image: linear-gradient(to top, #eee 0%, #fff 50%); } .select2-container.select2-drop-above .select2-choice {