Ticket #23582: 23582.opera-prefixes.diff
File 23582.opera-prefixes.diff, 2.5 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
602 602 input[type="reset"] { 603 603 background: #e05d22; /* Old browsers */ 604 604 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */ 605 background: -o-linear-gradient( top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */606 605 background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 607 606 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */ 608 607 display: inline-block; … … 624 623 input[type="reset"]:focus { 625 624 background: #ed6a31; /* Old browsers */ 626 625 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */ 627 background: -o-linear-gradient( top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */628 626 background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 629 627 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */ 630 628 outline: none; … … 636 634 input[type="reset"]:active { 637 635 background: #d94412; /* Old browsers */ 638 636 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */ 639 background: -o-linear-gradient( top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */640 637 background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 641 638 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */ 642 639 border: none; … … 954 951 cursor: pointer; 955 952 height: 37px; 956 953 -webkit-transition: width 400ms ease, background 400ms ease; 957 -o-transition: width 400ms ease, background 400ms ease;958 954 transition: width 400ms ease, background 400ms ease; 959 955 margin: 3px 0; 960 956 padding: 0 0 0 34px; … … 1534 1530 height: 100%; 1535 1531 -webkit-transform: translate(50%, 50%); 1536 1532 -ms-transform: translate(50%, 50%); 1537 -o-transform: translate(50%, 50%);1538 1533 transform: translate(50%, 50%); 1539 1534 width: 100%; 1540 1535 } … … 1544 1539 .search .format-gallery .gallery-item .gallery-icon img { 1545 1540 -webkit-transform: translate(-50%, -50%); 1546 1541 -ms-transform: translate(-50%, -50%); 1547 -o-transform: translate(-50%, -50%);1548 1542 transform: translate(-50%, -50%); 1549 1543 } 1550 1544