Make WordPress Core

Ticket #46770: 46770-2.patch

File 46770-2.patch, 7.2 KB (added by man4toman, 6 years ago)
  • wp-content/themes/twentyeleven/colors/dark.css

     
    335335        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera11.10+ */
    336336        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    337337        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    338         background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
     338        background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    339339}
    340340.feature-slider a {
    341341        background: #c3c3c3;
  • wp-content/themes/twentyeleven/style.css

     
    15841584        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
    15851585        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    15861586        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    1587         background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
     1587        background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    15881588        width: 100%;
    15891589        height: 45px;
    15901590        position: absolute;
  • wp-content/themes/twentytwelve/css/blocks.css

     
    143143        background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    144144        background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    145145        background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    146         background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
     146        background-image: linear-gradient(to top, #f4f4f4, #e6e6e6);
    147147        border: 1px solid #d2d2d2;
    148148        border-radius: 3px;
    149149        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
     
    164164        background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    165165        background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    166166        background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    167         background-image: linear-gradient(top, #f9f9f9, #ebebeb);
     167        background-image: linear-gradient(to top, #f9f9f9, #ebebeb);
    168168        background-repeat: repeat-x;
    169169        color: #5e5e5e;
    170170}
     
    175175        background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    176176        background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    177177        background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    178         background-image: linear-gradient(top, #ebebeb, #e1e1e1);
     178        background-image: linear-gradient(to top, #ebebeb, #e1e1e1);
    179179        background-repeat: repeat-x;
    180180        border-color: transparent;
    181181        box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
     
    285285        background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    286286        background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    287287        background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    288         background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
     288        background-image: linear-gradient(to top, #f4f4f4, #e6e6e6);
    289289}
    290290
    291291.wp-block-button__link:not(.has-text-color) {
     
    298298        background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    299299        background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    300300        background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    301         background-image: linear-gradient(top, #f9f9f9, #ebebeb);
     301        background-image: linear-gradient(to top, #f9f9f9, #ebebeb);
    302302        background-repeat: repeat-x;
    303303}
    304304
     
    307307        background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    308308        background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    309309        background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    310         background-image: linear-gradient(top, #ebebeb, #e1e1e1);
     310        background-image: linear-gradient(to top, #ebebeb, #e1e1e1);
    311311        background-repeat: repeat-x;
    312312        border-color: transparent;
    313313}
  • wp-content/themes/twentytwelve/css/editor-blocks.css

     
    241241        background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    242242        background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    243243        background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    244         background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
     244        background-image: linear-gradient(to top, #f4f4f4, #e6e6e6);
    245245        border: 1px solid #d2d2d2;
    246246        border-radius: 3px;
    247247        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
     
    366366        background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    367367        background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    368368        background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    369         background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
     369        background-image: linear-gradient(to top, #f4f4f4, #e6e6e6);
    370370        background-repeat: repeat-x;
    371371}
    372372
  • wp-content/themes/twentytwelve/style.css

     
    255255        background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    256256        background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    257257        background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    258         background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
     258        background-image: linear-gradient(to top, #f4f4f4, #e6e6e6);
    259259        border: 1px solid #d2d2d2;
    260260        border-radius: 3px;
    261261        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
     
    285285        background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    286286        background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    287287        background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    288         background-image: linear-gradient(top, #f9f9f9, #ebebeb);
     288        background-image: linear-gradient(to top, #f9f9f9, #ebebeb);
    289289}
    290290.menu-toggle:active,
    291291.menu-toggle.toggled-on,
     
    300300        background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    301301        background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    302302        background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    303         background-image: linear-gradient(top, #ebebeb, #e1e1e1);
     303        background-image: linear-gradient(to top, #ebebeb, #e1e1e1);
    304304        box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    305305        border-color: transparent;
    306306}
     
    12761276        background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    12771277        background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    12781278        background-image: -o-linear-gradient(top, #009cee, #0088d0);
    1279         background-image: linear-gradient(top, #009cee, #0088d0);
     1279        background-image: linear-gradient(to top, #009cee, #0088d0);
    12801280        border-radius: 3px;
    12811281        border: 1px solid #007cbd;
    12821282}