Make WordPress Core

Ticket #61885: 61885.5.patch

File 61885.5.patch, 859 bytes (added by pitamdey, 3 months ago)

Updated Patch

  • wp-content/themes/twentyfifteen/css/editor-blocks.css

     
    912912        margin-bottom: 16px;
    913913}
    914914
     915/* Search */
     916
     917.wp-block-search__button {
     918        background-color: #333;
     919        color: #fff;
     920        font-family: "Noto Sans", sans-serif;
     921        font-size: 14px;
     922        font-weight: 700;
     923        text-transform: uppercase;
     924}
     925
     926.wp-block-search .wp-block-search__input {
     927  border-radius: 0;
     928  color: rgba(51, 51, 51, 0.7);
     929  font-family: "Noto Sans", sans-serif;
     930  font-size: 1em;
     931  padding: 0.5em;
     932}
     933
    915934/*--------------------------------------------------------------
    9169357.0 Blocks - Colors
    917936--------------------------------------------------------------*/