Make WordPress Core

Ticket #12810: 12810.2.diff

File 12810.2.diff, 388 bytes (added by johnonolan, 15 years ago)

Gradient is fairly invisible on the footer anyway, so probably easiest to go for a simple solid color rather than adding more images I think

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

     
    577577}
    578578
    579579#footer {
    580         background: url(../images/admin-header-footer.png) top left repeat-x;
     580        background: #eee;
    581581        border-color: #d4d4d4;
    582582        color: #777;
    583583}