1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Gradients are all set now

This commit is contained in:
Kevin Brown 2014-01-11 21:01:16 -05:00
parent e2cccc9988
commit 79ee2084dc

View File

@ -53,7 +53,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-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); 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 { .select2-container.select2-drop-above .select2-choice {