Make WordPress Core

Ticket #61888: 61888.patch

File 61888.patch, 673 bytes (added by shailu25, 9 months ago)

Patch Added.

  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
    index 1a4902fbbd..621a1fb975 100644
    a b html[lang="th"] .edit-post-visual-editor * { 
    560560        text-align: left;
    561561}
    562562
     563/* Search */
     564
     565.wp-block-search__button {
     566        background-color: #222;
     567        color: #fff;
     568        font-size: 16px;
     569        font-weight: 800;
     570        line-height: 1.5;
     571}
     572
    563573@media screen and (min-width: 30em) {
    564574        .wp-block-quote.alignleft p,
    565575        .wp-block-quote.alignright p,