Make WordPress Core

Changeset 11403


Ignore:
Timestamp:
05/19/2009 06:55:58 PM (16 years ago)
Author:
azaozz
Message:

Fix blue admin theme for new widgets screen, fixes #9878

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r11391 r11403  
    16281628
    16291629#widgets-right .sidebar-name {
    1630     background-image: url(../images/fav.png);
     1630    background-image: url(../images/fav-vs.png);
    16311631    text-shadow: #3f3f3f 0 -1px 0;
    16321632    background-color: #636363;
     
    16401640
    16411641#widgets-left .sidebar-name-arrow {
    1642     background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
     1642    background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -109px;
    16431643}
    16441644
    16451645#widgets-right .sidebar-name-arrow {
    1646     background: transparent url(../images/fav-arrow.gif) no-repeat scroll 0 -1px;
     1646    background: transparent url(../images/fav-arrow-vs.gif) no-repeat scroll 0 -1px;
    16471647}
    16481648
  • trunk/wp-includes/script-loader.php

    r11391 r11403  
    422422
    423423    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
    424     $styles->add( 'colors', true, array(), '20090518' );
    425     $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20090514'); // for login.php.  Is there a better way?
     424    $styles->add( 'colors', true, array(), '20090519' );
     425    $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20090519'); // for login.php.  Is there a better way?
    426426    $styles->add_data( 'colors-fresh', 'rtl', true );
    427     $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20090514');
     427    $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20090519');
    428428    $styles->add_data( 'colors-classic', 'rtl', true );
    429429
Note: See TracChangeset for help on using the changeset viewer.