Make WordPress Core

Changeset 27023


Ignore:
Timestamp:
01/23/2014 06:24:03 PM (10 years ago)
Author:
nacin
Message:

3.8 branch: Undo the colors.css changes in [26938] and move the rules to wp-admin.css.

This will prevent us from shipping a full re-build of the color schemes in 3.8.1.

see #26699.

Location:
branches/3.8/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8/src/wp-admin/css/colors.css

    r26938 r27023  
    801801.plugins .active td,
    802802.plugins .active th,
    803 .plugin-install #the-list td,
    804 .upgrade .plugins td,
    805 .upgrade .plugins th {
     803.plugin-install #the-list td {
    806804    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    807805    box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
     
    809807
    810808.plugins .update td,
    811 .plugins .update th,
    812 .upgrade .plugins tr:last-of-type td,
    813 .upgrade .plugins tr:last-of-type th {
     809.plugins .update th {
    814810    -webkit-box-shadow: none;
    815811    box-shadow: none;
  • branches/3.8/src/wp-admin/css/wp-admin.css

    r27010 r27023  
    751751}
    752752
     753.upgrade .plugins td,
     754.upgrade .plugins th {
     755    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
     756    box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
     757}
     758
     759.upgrade .plugins tr:last-of-type td,
     760.upgrade .plugins tr:last-of-type th {
     761    -webkit-box-shadow: none;
     762    box-shadow: none;
     763}
     764
    753765#update-plugins-table thead th.check-column,
    754766#update-plugins-table tfoot th.check-column {
Note: See TracChangeset for help on using the changeset viewer.