Make WordPress Core

Changeset 33099


Ignore:
Timestamp:
07/06/2015 11:48:16 PM (10 years ago)
Author:
helen
Message:

List tables: Get rid of double borders for plugins and themes on narrow screens.

see #32395.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r33098 r33099  
    19251925    }
    19261926
    1927     .plugins tr.active + tr.inactive td,
    1928     .wp-list-table.plugins .plugin-title,
    1929     .wp-list-table.plugins .theme-title {
     1927    .plugins #the-list tr > td:not(:last-child),
     1928    .plugins #the-list .update th,
     1929    .plugins #the-list .update td,
     1930    .wp-list-table.plugins #the-list .theme-title {
    19301931        -webkit-box-shadow: none;
    19311932        box-shadow: none;
     1933        border-top: none;
     1934    }
     1935
     1936    .plugins #the-list tr td {
     1937        border-top: none;
    19321938    }
    19331939
     
    19591965    }
    19601966
    1961     .plugins .plugin-update-tr .plugin-update {
     1967    .plugins #the-list .plugin-update-tr .plugin-update {
    19621968        border-left: none;
    19631969    }
Note: See TracChangeset for help on using the changeset viewer.