Ticket #23582: 23582.opera-prefixes.2.diff

File 23582.opera-prefixes.2.diff, 2.8 KB (added by Jayjdk, 3 months ago)
Line 
1Index: wp-content/themes/twentythirteen/style.css
2===================================================================
3--- wp-content/themes/twentythirteen/style.css  (revision 23530)
4+++ wp-content/themes/twentythirteen/style.css  (working copy)
5@@ -602,8 +602,7 @@
6 input[type="reset"] {
7        background: #e05d22; /* Old browsers */
8        background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
9-       background: -o-linear-gradient(     top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */
10-       background: linear-gradient(  to bottom, #e05d22 0%, #d94412 100%); /* W3C */
11+       background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */
12        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
13        display: inline-block;
14        padding: 11px 24px 10px 24px;
15@@ -624,8 +623,7 @@
16 input[type="reset"]:focus {
17        background: #ed6a31; /* Old browsers */
18        background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
19-       background: -o-linear-gradient(     top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */
20-       background: linear-gradient(  to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
21+       background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
22        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
23        outline: none;
24 }
25@@ -636,8 +634,7 @@
26 input[type="reset"]:active {
27        background: #d94412; /* Old browsers */
28        background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
29-       background: -o-linear-gradient(     top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */
30-       background: linear-gradient(  to bottom, #d94412 0%, #e05d22 100%); /* W3C */
31+       background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */
32        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
33        border: none;
34        border-top: 3px solid #b93207;
35@@ -954,7 +951,6 @@
36        cursor: pointer;
37        height: 37px;
38        -webkit-transition: width 400ms ease, background 400ms ease;
39-       -o-transition:      width 400ms ease, background 400ms ease;
40        transition:         width 400ms ease, background 400ms ease;
41        margin: 3px 0;
42        padding: 0 0 0 34px;
43@@ -1534,7 +1530,6 @@
44        height: 100%;
45        -webkit-transform: translate(50%, 50%);
46        -ms-transform:     translate(50%, 50%);
47-       -o-transform:      translate(50%, 50%);
48        transform:         translate(50%, 50%);
49        width: 100%;
50 }
51@@ -1544,7 +1539,6 @@
52 .search .format-gallery .gallery-item .gallery-icon img {
53        -webkit-transform: translate(-50%, -50%);
54        -ms-transform:     translate(-50%, -50%);
55-       -o-transform:      translate(-50%, -50%);
56        transform:         translate(-50%, -50%);
57 }
58