90
90
*/
91
91
.ui-widget-header {
92
92
background-color : # dddddd ;
93
- background-image : -webkit-gradient (linear, left top, left bottom, from (# eeeeee ), to (# dddddd ));
94
93
background-image : linear-gradient (# eeeeee, # dddddd );
95
94
font-weight : bold;
96
95
}
@@ -252,7 +251,6 @@ a.ui-state-default:focus {
252
251
* </div>
253
252
*/
254
253
.ui-draggable {
255
- -webkit-transition : box-shadow 0.1s linear;
256
254
transition : box-shadow 0.1s linear;
257
255
}
258
256
@@ -552,7 +550,6 @@ a.ui-state-default:focus {
552
550
*/
553
551
.ui-button {
554
552
background-color : # dddddd ;
555
- background-image : -webkit-gradient (linear, left top, left bottom, from (# eeeeee ), to (# dddddd ));
556
553
background-image : linear-gradient (# eeeeee, # dddddd );
557
554
display : inline-block;
558
555
position : relative;
@@ -583,15 +580,13 @@ a.ui-state-default:focus {
583
580
}
584
581
.ui-button : hover {
585
582
background-color : # e8e8e8 ;
586
- background-image : -webkit-gradient (linear, left top, left bottom, from (# f8f8f8 ), to (# e8e8e8 ));
587
583
background-image : linear-gradient (# f8f8f8, # e8e8e8 );
588
584
border-color : # aaaaaa ;
589
585
color : # 333333 ;
590
586
text-decoration : none;
591
587
}
592
588
.ui-button : active {
593
589
background-color : # d6d6d6 ;
594
- background-image : -webkit-gradient (linear, left top, left bottom, from (# e6e6e6 ), to (# d6d6d6 ));
595
590
background-image : linear-gradient (# e6e6e6, # d6d6d6 );
596
591
border-color : # aaaaaa ;
597
592
color : # 1a1a1a ;
@@ -749,19 +744,16 @@ input.ui-button.ui-icon-notext .ui-icon {
749
744
*/
750
745
.ui-checkboxradio-checked .ui-button {
751
746
background-color : # cce0ff ;
752
- background-image : -webkit-gradient (linear, left top, left bottom, from (# e6f0ff ), to (# cce0ff ));
753
747
background-image : linear-gradient (# e6f0ff, # cce0ff );
754
748
border-color : # 96bfff ;
755
749
}
756
750
.ui-checkboxradio-checked .ui-button : hover {
757
751
background-color : # d6e6ff ;
758
- background-image : -webkit-gradient (linear, left top, left bottom, from (# f5f9ff ), to (# d6e6ff ));
759
752
background-image : linear-gradient (# f5f9ff, # d6e6ff );
760
753
border-color : # 4a91ff ;
761
754
}
762
755
.ui-checkboxradio-checked .ui-button : active {
763
756
background-color : # b3d1ff ;
764
- background-image : -webkit-gradient (linear, left top, left bottom, from (# cde1ff ), to (# b3d1ff ));
765
757
background-image : linear-gradient (# cde1ff, # b3d1ff );
766
758
border-color : # 4a91ff ;
767
759
}
@@ -789,11 +781,8 @@ input.ui-button.ui-icon-notext .ui-icon {
789
781
* </fieldset>
790
782
*/
791
783
.ui-controlgroup {
792
- display : -webkit-inline-box;
793
784
display : inline-flex;
794
- -webkit-box-orient : horizontal;
795
- -webkit-box-direction : normal;
796
- flex-flow : row wrap;
785
+ flex-flow : row wrap;
797
786
}
798
787
.ui-controlgroup .ui-controlgroup-item {
799
788
margin-right : 0 ;
@@ -821,9 +810,7 @@ input.ui-button.ui-icon-notext .ui-icon {
821
810
}
822
811
823
812
.ui-controlgroup-vertical {
824
- -webkit-box-orient : vertical;
825
- -webkit-box-direction : normal;
826
- flex-flow : column;
813
+ flex-flow : column;
827
814
}
828
815
.ui-controlgroup-vertical .ui-controlgroup-item {
829
816
display : block;
@@ -1093,16 +1080,14 @@ input.ui-button.ui-icon-notext .ui-icon {
1093
1080
left : auto;
1094
1081
}
1095
1082
[dir = rtl ] .ui-datepicker-prev span {
1096
- -webkit-transform : rotate (180deg );
1097
- transform : rotate (180deg );
1083
+ transform : rotate (180deg );
1098
1084
}
1099
1085
[dir = rtl ] .ui-datepicker-next {
1100
1086
right : auto;
1101
1087
left : 0.2em ;
1102
1088
}
1103
1089
[dir = rtl ] .ui-datepicker-next span {
1104
- -webkit-transform : rotate (180deg );
1105
- transform : rotate (180deg );
1090
+ transform : rotate (180deg );
1106
1091
}
1107
1092
[dir = rtl ] .ui-datepicker-buttonpane {
1108
1093
clear : right;
@@ -1154,15 +1139,12 @@ input.ui-button.ui-icon-notext .ui-icon {
1154
1139
* </div>
1155
1140
*/
1156
1141
.ui-dialog {
1157
- display : -webkit-box;
1158
1142
display : flex;
1159
1143
position : fixed;
1160
1144
z-index : 1002 ;
1161
1145
top : 0 ;
1162
1146
left : 0 ;
1163
- -webkit-box-orient : vertical;
1164
- -webkit-box-direction : normal;
1165
- flex-flow : column;
1147
+ flex-flow : column;
1166
1148
max-width : 90vw ;
1167
1149
max-height : 90vh ;
1168
1150
padding : 0.2em ;
@@ -1172,8 +1154,7 @@ input.ui-button.ui-icon-notext .ui-icon {
1172
1154
}
1173
1155
.ui-dialog .ui-dialog-titlebar {
1174
1156
position : relative;
1175
- -webkit-box-flex : 0 ;
1176
- flex : none;
1157
+ flex : none;
1177
1158
padding : 0.4em 1em ;
1178
1159
}
1179
1160
.ui-dialog .ui-dialog-title {
@@ -1201,8 +1182,7 @@ input.ui-button.ui-icon-notext .ui-icon {
1201
1182
}
1202
1183
.ui-dialog .ui-dialog-content {
1203
1184
position : relative;
1204
- -webkit-box-flex : 1 ;
1205
- flex : 1 1 auto;
1185
+ flex : 1 1 auto;
1206
1186
padding : 0.5em 1em ;
1207
1187
overflow : auto;
1208
1188
border : 0 ;
@@ -1420,8 +1400,7 @@ input.ui-button.ui-icon-notext .ui-icon {
1420
1400
1421
1401
.ui-progressbar-value {
1422
1402
height : 6px ;
1423
- -webkit-animation : progressbar-stripes linear 4s infinite;
1424
- animation : progressbar-stripes linear 4s infinite;
1403
+ animation : progressbar-stripes linear 4s infinite;
1425
1404
background-color : # f7c600 ;
1426
1405
background-image : linear-gradient (135deg , rgba (255 , 255 , 255 , 0.25 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.25 ) 50% , rgba (255 , 255 , 255 , 0.25 ) 75% , transparent 75% , transparent);
1427
1406
background-size : 24px 24px ;
@@ -1486,7 +1465,6 @@ input.ui-button.ui-icon-notext .ui-icon {
1486
1465
* </div>
1487
1466
*/
1488
1467
.ui-selectmenu-button {
1489
- display : -webkit-inline-box;
1490
1468
display : inline-flex;
1491
1469
}
1492
1470
@@ -1503,10 +1481,8 @@ input.ui-button.ui-icon-notext .ui-icon {
1503
1481
}
1504
1482
1505
1483
.ui-selectmenu-icon {
1506
- -webkit-box-flex : 0 ;
1507
- flex : none;
1508
- -webkit-box-ordinal-group : 3 ;
1509
- order : 2 ;
1484
+ flex : none;
1485
+ order : 2 ;
1510
1486
margin : 0.2em -0.2307692em 0 0.2307692em ;
1511
1487
}
1512
1488
0 commit comments