diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
index da7243e949..fe8c188b28 100644
|
a
|
b
|
code { |
| 638 | 638 | color: #2271b1; /* use the standard color used for buttons */ |
| 639 | 639 | background: #f6f7f7; |
| 640 | 640 | cursor: pointer; |
| | 641 | |
| | 642 | display: inline-block; |
| | 643 | line-height: 2.15384615; |
| | 644 | min-height: 30px; |
| | 645 | padding: 0 10px; |
| | 646 | -webkit-appearance: none; |
| | 647 | border-radius: 3px; |
| | 648 | white-space: nowrap; |
| | 649 | box-sizing: border-box; |
| | 650 | font-weight: 400; |
| | 651 | |
| 641 | 652 | } |
| 642 | 653 | |
| 643 | 654 | .wrap .wp-heading-inline + .page-title-action { |