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 * { |
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 | |
563 | 573 | @media screen and (min-width: 30em) { |
564 | 574 | .wp-block-quote.alignleft p, |
565 | 575 | .wp-block-quote.alignright p, |