Lines Matching refs:fff

51     background-color: #fff;
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%);
56 background-image: linear-gradient(to top, #eee 0%, #fff 50%);
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%);
127 background-color: #fff;
138 background: #fff;
237 background: #fff url('select2.png') no-repeat 100% -22px;
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;
249 background: #fff url('select2-spinner.gif') no-repeat 100%;
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;
267 -webkit-box-shadow: 0 1px 0 #fff inset;
268 box-shadow: 0 1px 0 #fff inset;
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%);
278 background-image: linear-gradient(to top, #fff 0%, #eee 50%);
286 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
287 background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
288 background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
290 background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
363 color: #fff;
376 background: #fff;
450 background-color: #fff;
451 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
452 background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
453 background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
454 background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
501 background: #fff url('select2-spinner.gif') no-repeat 100% !important;
520 -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
521 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);