Make WordPress Core

Ticket #19137: 19137.opera-background-fix.patch

File 19137.opera-background-fix.patch, 734 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/css/admin-bar.dev.css

     
    364364
    365365        color: #ccc;
    366366        text-shadow: #444 0px -1px 0px;
    367         background-color: rgba( 255, 255, 255, 0 );
     367        background-color: #373737;
    368368
    369369        /* @todo: replace/move twenty eleven image to a core search icon. */
    370370        background-image: url('../../wp-content/themes/twentyeleven/images/search.png');
     
    401401        color: #555;
    402402        text-shadow: 0 1px 0 #fff;
    403403        width: 200px;
    404         background-color: rgba( 255, 255, 255, 0.9 );
     404        background-color: #ebebeb;
    405405}
    406406
    407407/* Two rules to ensure browser recognition */