Make WordPress Core

Ticket #26699: 26699-colors.diff

File 26699-colors.diff, 745 bytes (added by morganestes, 11 years ago)

Adds lines to the rows.

  • wp-admin/css/colors.css

     
    800800.plugins .inactive th,
    801801.plugins .active td,
    802802.plugins .active th,
    803 .plugin-install #the-list td {
     803.plugin-install #the-list td,
     804.upgrade .plugins td,
     805.upgrade .plugins th {
    804806        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    805807        box-shadow:         inset 0 -1px 0 rgba(0,0,0,0.1);
    806808}
    807809
    808810.plugins .update td,
    809 .plugins .update th {
     811.plugins .update th,
     812.upgrade .plugins tr:last-of-type td,
     813.upgrade .plugins tr:last-of-type th {
    810814        -webkit-box-shadow: none;
    811         box-shadow: none;
     815        box-shadow:                             none;
    812816}
    813817
    814818.plugins .active td,