diff --git src/wp-admin/css/colors/_admin.scss src/wp-admin/css/colors/_admin.scss
index 928670d..6e064a0 100644
|
|
|
input[type=radio]:checked:before { |
| 84 | 84 | /* List tables */ |
| 85 | 85 | |
| 86 | 86 | .wrap .add-new-h2:hover, /* deprecated */ |
| 87 | | .wrap .page-title-action:hover, |
| 88 | | .tablenav .tablenav-pages a:hover, |
| 89 | | .tablenav .tablenav-pages a:focus { |
| | 87 | .wrap .page-title-action:hover { |
| 90 | 88 | color: $menu-text; |
| 91 | 89 | background-color: $menu-background; |
| 92 | 90 | } |
diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
index 495c49b..7a92a15 100644
|
|
|
th.asc a:focus span.sorting-indicator { |
| 610 | 610 | visibility: visible; |
| 611 | 611 | } |
| 612 | 612 | |
| 613 | | /* Bulk Actions */ |
| 614 | 613 | .tablenav-pages a, |
| 615 | 614 | .tablenav-pages-navspan { |
| 616 | | font-weight: 600; |
| 617 | 615 | padding: 0 2px; |
| 618 | 616 | } |
| 619 | 617 | |
| 620 | 618 | .tablenav-pages .current-page { |
| 621 | 619 | margin: 0 2px 0 0; |
| | 620 | padding-top: 5px; |
| 622 | 621 | padding-bottom: 5px; |
| 623 | 622 | font-size: 13px; |
| 624 | 623 | text-align: center; |
| … |
… |
th.asc a:focus span.sorting-indicator { |
| 662 | 661 | display: none; |
| 663 | 662 | } |
| 664 | 663 | |
| 665 | | .tablenav .tablenav-pages a, |
| 666 | | .tablenav-pages span.current { |
| 667 | | text-decoration: none; |
| | 664 | .tablenav-pages span.current { |
| 668 | 665 | padding: 3px 6px; |
| 669 | 666 | } |
| 670 | 667 | |
| 671 | 668 | .tablenav .tablenav-pages a, |
| 672 | | .tablenav-pages-navspan { |
| | 669 | .tablenav .tablenav-pages .tablenav-pages-navspan { |
| 673 | 670 | display: inline-block; |
| 674 | | min-width: 17px; |
| 675 | | border: 1px solid #ccc; /* same color as buttons border */ |
| 676 | | padding: 3px 5px 7px; |
| 677 | | background: #e5e5e5; |
| | 671 | vertical-align: baseline; |
| | 672 | width: 30px; |
| | 673 | margin: 0; |
| | 674 | padding-left: 0; |
| | 675 | padding-right: 0; |
| 678 | 676 | font-size: 16px; |
| 679 | | line-height: 1; |
| 680 | | font-weight: 400; |
| | 677 | line-height: 1.5; |
| 681 | 678 | text-align: center; |
| 682 | 679 | } |
| 683 | 680 | |
| 684 | | .tablenav-pages-navspan { |
| 685 | | height: 16px; |
| 686 | | border-color: #ddd; /* same as disabled buttons */ |
| 687 | | background: #f7f7f7; /* same as disabled buttons */ |
| 688 | | color: #a0a5aa; /* same as disabled buttons */ |
| 689 | | } |
| 690 | | |
| 691 | | .tablenav .tablenav-pages a:hover, |
| 692 | | .tablenav .tablenav-pages a:focus { |
| 693 | | border-color: #5b9dd9; |
| 694 | | color: #fff; |
| 695 | | background: #00a0d2; |
| 696 | | box-shadow: none; |
| 697 | | outline: none; /* IE8 */ |
| 698 | | } |
| 699 | | |
| 700 | 681 | .tablenav .displaying-num { |
| 701 | | margin-right: 7px; |
| | 682 | margin-right: 6px; |
| 702 | 683 | } |
| 703 | 684 | |
| 704 | 685 | .tablenav .one-page .displaying-num { |
| … |
… |
div.action-links, |
| 1733 | 1714 | font-size: 16px; |
| 1734 | 1715 | } |
| 1735 | 1716 | |
| 1736 | | .tablenav-pages .pagination-links a, |
| 1737 | | .tablenav-pages-navspan { |
| 1738 | | padding: 9px 11px 12px; |
| | 1717 | .tablenav .tablenav-pages a, |
| | 1718 | .tablenav .tablenav-pages .tablenav-pages-navspan { |
| | 1719 | min-width: 44px; |
| | 1720 | padding: 12px 0; |
| 1739 | 1721 | font-size: 18px; |
| 1740 | | } |
| 1741 | | |
| 1742 | | .tablenav-pages-navspan { |
| 1743 | | height: 18px; |
| | 1722 | line-height: 1; |
| 1744 | 1723 | } |
| 1745 | 1724 | |
| 1746 | 1725 | .tablenav-pages .pagination-links .current-page { |
| 1747 | | padding: 8px 9px 9px; |
| | 1726 | min-width: 44px; |
| | 1727 | padding: 12px 6px; |
| 1748 | 1728 | font-size: 16px; |
| | 1729 | line-height: 18px; |
| 1749 | 1730 | } |
| 1750 | 1731 | |
| 1751 | 1732 | /* WP List Table Adjustments: General */ |
diff --git src/wp-admin/includes/class-wp-list-table.php src/wp-admin/includes/class-wp-list-table.php
index ef6b633..04a99a4 100644
|
|
|
foreach ( $this->modes as $mode => $title ) { |
| 817 | 817 | } |
| 818 | 818 | |
| 819 | 819 | if ( $disable_first ) { |
| 820 | | $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">«</span>'; |
| | 820 | $page_links[] = '<span class="tablenav-pages-navspan button disabled" aria-hidden="true">«</span>'; |
| 821 | 821 | } else { |
| 822 | 822 | $page_links[] = sprintf( |
| 823 | | "<a class='first-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| | 823 | "<a class='first-page button' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| 824 | 824 | esc_url( remove_query_arg( 'paged', $current_url ) ), |
| 825 | 825 | __( 'First page' ), |
| 826 | 826 | '«' |
| … |
… |
foreach ( $this->modes as $mode => $title ) { |
| 828 | 828 | } |
| 829 | 829 | |
| 830 | 830 | if ( $disable_prev ) { |
| 831 | | $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>'; |
| | 831 | $page_links[] = '<span class="tablenav-pages-navspan button disabled" aria-hidden="true">‹</span>'; |
| 832 | 832 | } else { |
| 833 | 833 | $page_links[] = sprintf( |
| 834 | | "<a class='prev-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| | 834 | "<a class='prev-page button' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| 835 | 835 | esc_url( add_query_arg( 'paged', max( 1, $current - 1 ), $current_url ) ), |
| 836 | 836 | __( 'Previous page' ), |
| 837 | 837 | '‹' |
| … |
… |
foreach ( $this->modes as $mode => $title ) { |
| 853 | 853 | $page_links[] = $total_pages_before . sprintf( _x( '%1$s of %2$s', 'paging' ), $html_current_page, $html_total_pages ) . $total_pages_after; |
| 854 | 854 | |
| 855 | 855 | if ( $disable_next ) { |
| 856 | | $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">›</span>'; |
| | 856 | $page_links[] = '<span class="tablenav-pages-navspan button disabled" aria-hidden="true">›</span>'; |
| 857 | 857 | } else { |
| 858 | 858 | $page_links[] = sprintf( |
| 859 | | "<a class='next-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| | 859 | "<a class='next-page button' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| 860 | 860 | esc_url( add_query_arg( 'paged', min( $total_pages, $current + 1 ), $current_url ) ), |
| 861 | 861 | __( 'Next page' ), |
| 862 | 862 | '›' |
| … |
… |
foreach ( $this->modes as $mode => $title ) { |
| 864 | 864 | } |
| 865 | 865 | |
| 866 | 866 | if ( $disable_last ) { |
| 867 | | $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">»</span>'; |
| | 867 | $page_links[] = '<span class="tablenav-pages-navspan button disabled" aria-hidden="true">»</span>'; |
| 868 | 868 | } else { |
| 869 | 869 | $page_links[] = sprintf( |
| 870 | | "<a class='last-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| | 870 | "<a class='last-page button' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>", |
| 871 | 871 | esc_url( add_query_arg( 'paged', $total_pages, $current_url ) ), |
| 872 | 872 | __( 'Last page' ), |
| 873 | 873 | '»' |