Make WordPress Core

Changeset 44747 for trunk


Ignore:
Timestamp:
02/17/2019 10:23:02 PM (6 years ago)
Author:
pento
Message:

Accessibility: Fix a regression in the old media modal pagination links.

[43019] improved the table pagination link styling, but introduced a regression in the old media dialog.

Props afercia, joneiseman.
Fixes #41858.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/deprecated-media.css

    r44637 r44747  
    207207}
    208208
     209#media-upload .tablenav-pages a,
     210#media-upload .tablenav-pages .current {
     211    display: inline-block;
     212    padding: 4px 5px 6px;
     213    font-size: 16px;
     214    line-height: 1;
     215    text-align: center;
     216    text-decoration: none;
     217}
     218
     219#media-upload .tablenav-pages a {
     220    min-width: 17px;
     221    border: 1px solid #ccc;
     222    background: #f7f7f7;
     223}
     224
    209225#filter .tablenav select {
    210226    border-style: solid;
Note: See TracChangeset for help on using the changeset viewer.