Lines Matching refs:bottom

52     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
53 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
54 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
60 border-bottom-color: #aaa;
64 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
65 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
66 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
68 background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
152 border-bottom: 0;
192 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
193 background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
194 background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
238 background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
239 background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
240 background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
241 background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
250 background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
251 background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
252 background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
253 background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
266 border-bottom-color: transparent;
270 border-bottom-left-radius: 0;
271 border-bottom-right-radius: 0;
274 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
275 background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
276 background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
286 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
290 background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
454 background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);