Make WordPress Core

Ticket #16142: 16142.diff

File 16142.diff, 712 bytes (added by koopersmith, 14 years ago)
  • wp-includes/css/admin-bar.dev.css

     
    2626
    2727#wpadminbar {
    2828        direction: ltr;
    29         background: #666;
    30         background: -moz-linear-gradient(bottom,  #666,  #7f7f7f);
    31         background: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f));
     29        background-color: #777;
     30        background-image: -moz-linear-gradient(bottom,  #666,  #7f7f7f);
     31        background-image: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f));
    3232        color: #ddd;
    3333        font: normal 12px/28px Arial, Helvetica, sans-serif;
    3434        height: 28px;