Skip to content

Commit 19e7974

Browse files
committed
Latest build
1 parent c4fecd7 commit 19e7974

File tree

1 file changed

+10
-34
lines changed

1 file changed

+10
-34
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
*/
9191
.ui-widget-header {
9292
background-color: #dddddd;
93-
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
9493
background-image: linear-gradient(#eeeeee, #dddddd);
9594
font-weight: bold;
9695
}
@@ -252,7 +251,6 @@ a.ui-state-default:focus {
252251
* </div>
253252
*/
254253
.ui-draggable {
255-
-webkit-transition: box-shadow 0.1s linear;
256254
transition: box-shadow 0.1s linear;
257255
}
258256

@@ -552,7 +550,6 @@ a.ui-state-default:focus {
552550
*/
553551
.ui-button {
554552
background-color: #dddddd;
555-
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
556553
background-image: linear-gradient(#eeeeee, #dddddd);
557554
display: inline-block;
558555
position: relative;
@@ -583,15 +580,13 @@ a.ui-state-default:focus {
583580
}
584581
.ui-button:hover {
585582
background-color: #e8e8e8;
586-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e8e8e8));
587583
background-image: linear-gradient(#f8f8f8, #e8e8e8);
588584
border-color: #aaaaaa;
589585
color: #333333;
590586
text-decoration: none;
591587
}
592588
.ui-button:active {
593589
background-color: #d6d6d6;
594-
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d6d6d6));
595590
background-image: linear-gradient(#e6e6e6, #d6d6d6);
596591
border-color: #aaaaaa;
597592
color: #1a1a1a;
@@ -749,19 +744,16 @@ input.ui-button.ui-icon-notext .ui-icon {
749744
*/
750745
.ui-checkboxradio-checked.ui-button {
751746
background-color: #cce0ff;
752-
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6f0ff), to(#cce0ff));
753747
background-image: linear-gradient(#e6f0ff, #cce0ff);
754748
border-color: #96bfff;
755749
}
756750
.ui-checkboxradio-checked.ui-button:hover {
757751
background-color: #d6e6ff;
758-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f9ff), to(#d6e6ff));
759752
background-image: linear-gradient(#f5f9ff, #d6e6ff);
760753
border-color: #4a91ff;
761754
}
762755
.ui-checkboxradio-checked.ui-button:active {
763756
background-color: #b3d1ff;
764-
background-image: -webkit-gradient(linear, left top, left bottom, from(#cde1ff), to(#b3d1ff));
765757
background-image: linear-gradient(#cde1ff, #b3d1ff);
766758
border-color: #4a91ff;
767759
}
@@ -789,11 +781,8 @@ input.ui-button.ui-icon-notext .ui-icon {
789781
* </fieldset>
790782
*/
791783
.ui-controlgroup {
792-
display: -webkit-inline-box;
793784
display: inline-flex;
794-
-webkit-box-orient: horizontal;
795-
-webkit-box-direction: normal;
796-
flex-flow: row wrap;
785+
flex-flow: row wrap;
797786
}
798787
.ui-controlgroup .ui-controlgroup-item {
799788
margin-right: 0;
@@ -821,9 +810,7 @@ input.ui-button.ui-icon-notext .ui-icon {
821810
}
822811

823812
.ui-controlgroup-vertical {
824-
-webkit-box-orient: vertical;
825-
-webkit-box-direction: normal;
826-
flex-flow: column;
813+
flex-flow: column;
827814
}
828815
.ui-controlgroup-vertical .ui-controlgroup-item {
829816
display: block;
@@ -1093,16 +1080,14 @@ input.ui-button.ui-icon-notext .ui-icon {
10931080
left: auto;
10941081
}
10951082
[dir=rtl] .ui-datepicker-prev span {
1096-
-webkit-transform: rotate(180deg);
1097-
transform: rotate(180deg);
1083+
transform: rotate(180deg);
10981084
}
10991085
[dir=rtl] .ui-datepicker-next {
11001086
right: auto;
11011087
left: 0.2em;
11021088
}
11031089
[dir=rtl] .ui-datepicker-next span {
1104-
-webkit-transform: rotate(180deg);
1105-
transform: rotate(180deg);
1090+
transform: rotate(180deg);
11061091
}
11071092
[dir=rtl] .ui-datepicker-buttonpane {
11081093
clear: right;
@@ -1154,15 +1139,12 @@ input.ui-button.ui-icon-notext .ui-icon {
11541139
* </div>
11551140
*/
11561141
.ui-dialog {
1157-
display: -webkit-box;
11581142
display: flex;
11591143
position: fixed;
11601144
z-index: 1002;
11611145
top: 0;
11621146
left: 0;
1163-
-webkit-box-orient: vertical;
1164-
-webkit-box-direction: normal;
1165-
flex-flow: column;
1147+
flex-flow: column;
11661148
max-width: 90vw;
11671149
max-height: 90vh;
11681150
padding: 0.2em;
@@ -1172,8 +1154,7 @@ input.ui-button.ui-icon-notext .ui-icon {
11721154
}
11731155
.ui-dialog .ui-dialog-titlebar {
11741156
position: relative;
1175-
-webkit-box-flex: 0;
1176-
flex: none;
1157+
flex: none;
11771158
padding: 0.4em 1em;
11781159
}
11791160
.ui-dialog .ui-dialog-title {
@@ -1201,8 +1182,7 @@ input.ui-button.ui-icon-notext .ui-icon {
12011182
}
12021183
.ui-dialog .ui-dialog-content {
12031184
position: relative;
1204-
-webkit-box-flex: 1;
1205-
flex: 1 1 auto;
1185+
flex: 1 1 auto;
12061186
padding: 0.5em 1em;
12071187
overflow: auto;
12081188
border: 0;
@@ -1420,8 +1400,7 @@ input.ui-button.ui-icon-notext .ui-icon {
14201400

14211401
.ui-progressbar-value {
14221402
height: 6px;
1423-
-webkit-animation: progressbar-stripes linear 4s infinite;
1424-
animation: progressbar-stripes linear 4s infinite;
1403+
animation: progressbar-stripes linear 4s infinite;
14251404
background-color: #f7c600;
14261405
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);
14271406
background-size: 24px 24px;
@@ -1486,7 +1465,6 @@ input.ui-button.ui-icon-notext .ui-icon {
14861465
* </div>
14871466
*/
14881467
.ui-selectmenu-button {
1489-
display: -webkit-inline-box;
14901468
display: inline-flex;
14911469
}
14921470

@@ -1503,10 +1481,8 @@ input.ui-button.ui-icon-notext .ui-icon {
15031481
}
15041482

15051483
.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;
15101486
margin: 0.2em -0.2307692em 0 0.2307692em;
15111487
}
15121488

0 commit comments

Comments
 (0)