Make WordPress Core

Ticket #15207: 15207-alternate-row.diff

File 15207-alternate-row.diff, 362 bytes (added by nacin, 14 years ago)

Patch has the alternate color align with the background. This is the same as gray -- note the issue on Dashboard > Updates if this isn't done. Fine if we just want to remove the alternate styling on Dashboard > Updates though, if this is too light.

  • wp-admin/css/colors-classic.dev.css

     
    184184
    185185.alternate,
    186186.alt {
    187         background-color: #F8F7F3;
     187        background-color: #fcfcfb;
    188188}
    189189
    190190.available-theme a.screenshot {