Changeset 11403
- Timestamp:
- 05/19/2009 06:55:58 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11391 r11403 1628 1628 1629 1629 #widgets-right .sidebar-name { 1630 background-image: url(../images/fav .png);1630 background-image: url(../images/fav-vs.png); 1631 1631 text-shadow: #3f3f3f 0 -1px 0; 1632 1632 background-color: #636363; … … 1640 1640 1641 1641 #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; 1643 1643 } 1644 1644 1645 1645 #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; 1647 1647 } 1648 1648 -
trunk/wp-includes/script-loader.php
r11391 r11403 422 422 423 423 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. 424 $styles->add( 'colors', true, array(), '2009051 8' );425 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '2009051 4'); // 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? 426 426 $styles->add_data( 'colors-fresh', 'rtl', true ); 427 $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '2009051 4');427 $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20090519'); 428 428 $styles->add_data( 'colors-classic', 'rtl', true ); 429 429
Note: See TracChangeset
for help on using the changeset viewer.