Lines Matching refs:bottom

155     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
156 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
157 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
163 border-bottom-color: #aaa;
167 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
168 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
169 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
171 background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
255 border-bottom: 0;
295 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
296 background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
297 background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
341 background: url('script/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
342 background: url('script/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
343 background: url('script/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
344 background: url('script/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
353 background: url('script/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
354 background: url('script/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
355 background: url('script/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
356 background: url('script/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
369 border-bottom-color: transparent;
373 border-bottom-left-radius: 0;
374 border-bottom-right-radius: 0;
377 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
378 background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
379 background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
389 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
393 background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
557 background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);