Make WordPress Core

Ticket #23582: 23582.opera-prefixes.diff

File 23582.opera-prefixes.diff, 2.5 KB (added by Jayjdk, 12 years ago)

Remove all Opera prefixes except in media queries.

  • wp-content/themes/twentythirteen/style.css

     
    602602input[type="reset"] {
    603603        background: #e05d22; /* Old browsers */
    604604        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+ */
    606605        background: linear-gradient(  to bottom, #e05d22 0%, #d94412 100%); /* W3C */
    607606        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
    608607        display: inline-block;
     
    624623input[type="reset"]:focus {
    625624        background: #ed6a31; /* Old browsers */
    626625        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+ */
    628626        background: linear-gradient(  to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
    629627        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
    630628        outline: none;
     
    636634input[type="reset"]:active {
    637635        background: #d94412; /* Old browsers */
    638636        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+ */
    640637        background: linear-gradient(  to bottom, #d94412 0%, #e05d22 100%); /* W3C */
    641638        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
    642639        border: none;
     
    954951        cursor: pointer;
    955952        height: 37px;
    956953        -webkit-transition: width 400ms ease, background 400ms ease;
    957         -o-transition:      width 400ms ease, background 400ms ease;
    958954        transition:         width 400ms ease, background 400ms ease;
    959955        margin: 3px 0;
    960956        padding: 0 0 0 34px;
     
    15341530        height: 100%;
    15351531        -webkit-transform: translate(50%, 50%);
    15361532        -ms-transform:     translate(50%, 50%);
    1537         -o-transform:      translate(50%, 50%);
    15381533        transform:         translate(50%, 50%);
    15391534        width: 100%;
    15401535}
     
    15441539.search .format-gallery .gallery-item .gallery-icon img {
    15451540        -webkit-transform: translate(-50%, -50%);
    15461541        -ms-transform:     translate(-50%, -50%);
    1547         -o-transform:      translate(-50%, -50%);
    15481542        transform:         translate(-50%, -50%);
    15491543}
    15501544