diff --git wp-admin/css/list-tables-rtl.css wp-admin/css/list-tables-rtl.css
index 4072872..dbc0fe5 100644
|
|
th.asc a:focus span.sorting-indicator { |
681 | 681 | min-width: 17px; |
682 | 682 | border: 1px solid #ccc; /* same color as buttons border */ |
683 | 683 | padding: 3px 5px 7px; |
684 | | background: #e5e5e5; |
| 684 | background: #f7f7f7; /* same color as buttons background */ |
685 | 685 | font-size: 16px; |
686 | 686 | line-height: 1; |
687 | 687 | font-weight: 400; |
diff --git wp-admin/css/list-tables.css wp-admin/css/list-tables.css
index aad8b58..fe8500f 100644
|
|
th.asc a:focus span.sorting-indicator { |
681 | 681 | min-width: 17px; |
682 | 682 | border: 1px solid #ccc; /* same color as buttons border */ |
683 | 683 | padding: 3px 5px 7px; |
684 | | background: #e5e5e5; |
| 684 | background: #f7f7f7; /* same color as buttons background */ |
685 | 685 | font-size: 16px; |
686 | 686 | line-height: 1; |
687 | 687 | font-weight: 400; |