Make WordPress Core

Ticket #60164: 60164.2.patch

File 60164.2.patch, 621 bytes (added by sabernhardt, 4 months ago)

adding styles in theme's blocks.css stylesheet, and including the padding

  • src/wp-content/themes/twentyfourteen/css/blocks.css

     
    394394        margin-right: 0;
    395395}
    396396
     397/* Search */
     398
     399html :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
     400        border: 1px solid #949494;
     401        padding: 4px;
     402}
     403
    397404/*--------------------------------------------------------------
    3984056.0 Blocks - Colors
    399406--------------------------------------------------------------*/