Changeset 17131
- Timestamp:
- 12/24/2010 05:43:01 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r16931 r17131 502 502 } 503 503 504 /* Because we don't want visited on these links */505 body.press-this .tabs a,506 body.press-this .tabs a:hover {507 background-color: #fff;508 border-color: #c6d9e9;509 border-bottom-color: #fff;510 color: #d54e21;511 }512 513 504 #adminmenu #awaiting-mod, 514 505 #adminmenu .update-plugins, … … 1397 1388 } 1398 1389 1390 body.press-this .postbox:hover .handlediv, 1391 body.press-this .stuffbox:hover .handlediv, 1399 1392 .meta-box-sortables .postbox:hover .handlediv { 1400 1393 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px; … … 1472 1465 } 1473 1466 1474 #post-body ul.category-tabs li.tabs a, 1475 #post-body ul.add-menu-item-tabs li.tabs a { 1467 #post-body ul.category-tabs li.tabs a, 1468 #post-body ul.add-menu-item-tabs li.tabs a, 1469 body.press-this ul.category-tabs li.tabs a { 1476 1470 color: #333; 1477 1471 } -
trunk/wp-admin/css/colors-fresh.dev.css
r16931 r17131 502 502 } 503 503 504 /* Because we don't want visited on these links */505 body.press-this .tabs a,506 body.press-this .tabs a:hover {507 background-color: #fff;508 border-color: #c6d9e9;509 border-bottom-color: #fff;510 color: #d54e21;511 }512 513 504 #adminmenu #awaiting-mod, 514 505 #adminmenu .update-plugins, … … 1470 1461 1471 1462 #post-body ul.category-tabs li.tabs a, 1472 #post-body ul.add-menu-item-tabs li.tabs a { 1463 #post-body ul.add-menu-item-tabs li.tabs a, 1464 body.press-this ul.category-tabs li.tabs a { 1473 1465 color: #333; 1474 1466 } -
trunk/wp-admin/css/press-this.dev.css
r15858 r17131 148 148 .postbox:hover .handlediv, 149 149 .stuffbox:hover .handlediv { 150 background: transparent url(../images/menu-bits -vs.gif) no-repeat scroll left -111px;150 background: transparent url(../images/menu-bits.gif) no-repeat scroll left -111px; 151 151 } 152 152 -
trunk/wp-includes/script-loader.php
r17125 r17131 491 491 492 492 // all colors stylesheets need to have the same query strings (cache manifest compat) 493 $colors_version = '201012 14';493 $colors_version = '20101224'; 494 494 495 495 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 507 507 $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20101020' ); // Readme as well 508 508 $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20101203' ); 509 $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101 020' );509 $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101224' ); 510 510 $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' ); 511 511 $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20101020' );
Note: See TracChangeset
for help on using the changeset viewer.