Skip to content

Commit 79ee208

Browse files
author
Kevin Brown
committed
Gradients are all set now
1 parent e2cccc9 commit 79ee208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
5353
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
5454
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
5555
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
56-
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
56+
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
5757
}
5858

5959
.select2-container.select2-drop-above .select2-choice {

0 commit comments

Comments
 (0)