@@ -306,12 +306,12 @@ a.editable-click.editable-disabled:hover {
306
306
.datepicker table tr td .today.disabled ,
307
307
.datepicker table tr td .today.disabled :hover {
308
308
background-color : #fde19a ;
309
- background-image : -moz-linear-gradient (top , #fdd49a , #fdf59a );
310
- background-image : -ms-linear-gradient (top , #fdd49a , #fdf59a );
309
+ background-image : -moz-linear-gradient (to bottom , #fdd49a , #fdf59a );
310
+ background-image : -ms-linear-gradient (to bottom , #fdd49a , #fdf59a );
311
311
background-image : -webkit-gradient (linear , 0 0 , 0 100% , from (#fdd49a ), to (#fdf59a ));
312
- background-image : -webkit-linear-gradient (top , #fdd49a , #fdf59a );
313
- background-image : -o-linear-gradient (top , #fdd49a , #fdf59a );
314
- background-image : linear-gradient (top , #fdd49a , #fdf59a );
312
+ background-image : -webkit-linear-gradient (to bottom , #fdd49a , #fdf59a );
313
+ background-image : -o-linear-gradient (to bottom , #fdd49a , #fdf59a );
314
+ background-image : linear-gradient (to bottom , #fdd49a , #fdf59a );
315
315
background-repeat : repeat-x ;
316
316
filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #fdd49a' , endColorstr= ' #fdf59a' , GradientType=0 );
317
317
border-color : #fdf59a #fdf59a #fbed50 ;
@@ -371,12 +371,12 @@ a.editable-click.editable-disabled:hover {
371
371
.datepicker table tr td .range.today.disabled ,
372
372
.datepicker table tr td .range.today.disabled :hover {
373
373
background-color : #f3d17a ;
374
- background-image : -moz-linear-gradient (top , #f3c17a , #f3e97a );
375
- background-image : -ms-linear-gradient (top , #f3c17a , #f3e97a );
374
+ background-image : -moz-linear-gradient (to bottom , #f3c17a , #f3e97a );
375
+ background-image : -ms-linear-gradient (to bottom , #f3c17a , #f3e97a );
376
376
background-image : -webkit-gradient (linear , 0 0 , 0 100% , from (#f3c17a ), to (#f3e97a ));
377
- background-image : -webkit-linear-gradient (top , #f3c17a , #f3e97a );
378
- background-image : -o-linear-gradient (top , #f3c17a , #f3e97a );
379
- background-image : linear-gradient (top , #f3c17a , #f3e97a );
377
+ background-image : -webkit-linear-gradient (to bottom , #f3c17a , #f3e97a );
378
+ background-image : -o-linear-gradient (to bottom , #f3c17a , #f3e97a );
379
+ background-image : linear-gradient (to bottom , #f3c17a , #f3e97a );
380
380
background-repeat : repeat-x ;
381
381
filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #f3c17a' , endColorstr= ' #f3e97a' , GradientType=0 );
382
382
border-color : #f3e97a #f3e97a #edde34 ;
@@ -423,12 +423,12 @@ a.editable-click.editable-disabled:hover {
423
423
.datepicker table tr td .selected.disabled ,
424
424
.datepicker table tr td .selected.disabled :hover {
425
425
background-color : #9e9e9e ;
426
- background-image : -moz-linear-gradient (top , #b3b3b3 , #808080 );
427
- background-image : -ms-linear-gradient (top , #b3b3b3 , #808080 );
426
+ background-image : -moz-linear-gradient (to bottom , #b3b3b3 , #808080 );
427
+ background-image : -ms-linear-gradient (to bottom , #b3b3b3 , #808080 );
428
428
background-image : -webkit-gradient (linear , 0 0 , 0 100% , from (#b3b3b3 ), to (#808080 ));
429
- background-image : -webkit-linear-gradient (top , #b3b3b3 , #808080 );
430
- background-image : -o-linear-gradient (top , #b3b3b3 , #808080 );
431
- background-image : linear-gradient (top , #b3b3b3 , #808080 );
429
+ background-image : -webkit-linear-gradient (to bottom , #b3b3b3 , #808080 );
430
+ background-image : -o-linear-gradient (to bottom , #b3b3b3 , #808080 );
431
+ background-image : linear-gradient (to bottom , #b3b3b3 , #808080 );
432
432
background-repeat : repeat-x ;
433
433
filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #b3b3b3' , endColorstr= ' #808080' , GradientType=0 );
434
434
border-color : #808080 #808080 #595959 ;
@@ -474,12 +474,12 @@ a.editable-click.editable-disabled:hover {
474
474
.datepicker table tr td .active.disabled ,
475
475
.datepicker table tr td .active.disabled :hover {
476
476
background-color : #006dcc ;
477
- background-image : -moz-linear-gradient (top , #0088cc , #0044cc );
478
- background-image : -ms-linear-gradient (top , #0088cc , #0044cc );
477
+ background-image : -moz-linear-gradient (to bottom , #0088cc , #0044cc );
478
+ background-image : -ms-linear-gradient (to bottom , #0088cc , #0044cc );
479
479
background-image : -webkit-gradient (linear , 0 0 , 0 100% , from (#0088cc ), to (#0044cc ));
480
- background-image : -webkit-linear-gradient (top , #0088cc , #0044cc );
481
- background-image : -o-linear-gradient (top , #0088cc , #0044cc );
482
- background-image : linear-gradient (top , #0088cc , #0044cc );
480
+ background-image : -webkit-linear-gradient (to bottom , #0088cc , #0044cc );
481
+ background-image : -o-linear-gradient (to bottom , #0088cc , #0044cc );
482
+ background-image : linear-gradient (to bottom , #0088cc , #0044cc );
483
483
background-repeat : repeat-x ;
484
484
filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #0088cc' , endColorstr= ' #0044cc' , GradientType=0 );
485
485
border-color : #0044cc #0044cc #002a80 ;
@@ -546,12 +546,12 @@ a.editable-click.editable-disabled:hover {
546
546
.datepicker table tr td span .active.disabled ,
547
547
.datepicker table tr td span .active.disabled :hover {
548
548
background-color : #006dcc ;
549
- background-image : -moz-linear-gradient (top , #0088cc , #0044cc );
550
- background-image : -ms-linear-gradient (top , #0088cc , #0044cc );
549
+ background-image : -moz-linear-gradient (to bottom , #0088cc , #0044cc );
550
+ background-image : -ms-linear-gradient (to bottom , #0088cc , #0044cc );
551
551
background-image : -webkit-gradient (linear , 0 0 , 0 100% , from (#0088cc ), to (#0044cc ));
552
- background-image : -webkit-linear-gradient (top , #0088cc , #0044cc );
553
- background-image : -o-linear-gradient (top , #0088cc , #0044cc );
554
- background-image : linear-gradient (top , #0088cc , #0044cc );
552
+ background-image : -webkit-linear-gradient (to bottom , #0088cc , #0044cc );
553
+ background-image : -o-linear-gradient (to bottom , #0088cc , #0044cc );
554
+ background-image : linear-gradient (to bottom , #0088cc , #0044cc );
555
555
background-repeat : repeat-x ;
556
556
filter : progid:DXImageTransform.Microsoft .gradient (startColorstr= ' #0088cc' , endColorstr= ' #0044cc' , GradientType=0 );
557
557
border-color : #0044cc #0044cc #002a80 ;
0 commit comments