Ticket #61888: 61888.button-styles.patch
File 61888.button-styles.patch, 810 bytes (added by , 9 months ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
560 560 text-align: left; 561 561 } 562 562 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 573 563 @media screen and (min-width: 30em) { 574 564 .wp-block-quote.alignleft p, 575 565 .wp-block-quote.alignright p, … … 832 822 margin-left: 0; 833 823 margin-right: 0; 834 824 } 825 826 /* Search */ 827 828 .wp-block-search__button { 829 background-color: #222; 830 color: #fff; 831 font-weight: 800; 832 line-height: 1.5; 833 }