Make WordPress Core


Ignore:
Timestamp:
04/29/2018 04:24:41 PM (6 years ago)
Author:
afercia
Message:

Accessibility: Better color contrast for the tables pagination links.

By making the pagination links use the default style for buttons, color contrast
is improved and the CSS is simplified. Improves consistency with other UI controls.
Also, slightly increases the white space below the pagination links.

Props benoitchantre, afercia.
Fixes #41858.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r42349 r43019  
    358358<?php echo $msg; ?>
    359359
    360 <form method="get" id="ms-search">
     360<form method="get" id="ms-search" class="wp-clearfix">
    361361<?php $wp_list_table->search_box( __( 'Search Sites' ), 'site' ); ?>
    362362<input type="hidden" name="action" value="blogs" />
Note: See TracChangeset for help on using the changeset viewer.