Make WordPress Core

Ticket #23497: bordersbackground.diff

File bordersbackground.diff, 534 bytes (added by karmatosed, 12 years ago)

Changes to make the background and borders more consistent with WP UI

  • wp-admin.css

     
    35863586}
    35873587
    35883588#diffheader {
    3589         border-bottom: 2px solid #999;
    35903589        width: 100%;
    35913590        height: 45px;
    35923591        line-height: 45px;
     
    35943593}
    35953594
    35963595#diffsubheader {
    3597         background-color: #eee;
    3598         border-bottom: 2px solid #999;
     3596        background-color: #f7f7f7;
     3597        border-bottom: 2px solid #dfdfdf;
     3598        border-top: 2px solid #dfdfdf;
    35993599        width: 100%;
    36003600        height:35px;
    36013601        line-height: 35px;