Changeset 11523
- Timestamp:
- 06/06/2009 03:33:20 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r11520 r11523 596 596 #search-plugins-table .inactive td, 597 597 tr.inactive + tr.plugin-update-tr .plugin-update { 598 background-color: #e ee;598 background-color: #ebebeb; 599 599 } 600 600 … … 603 603 .plugins .active td { 604 604 color: #000; 605 } 606 607 #all-plugins-table .inactive a, 608 #search-plugins-table .inactive a { 609 color: #555; 605 610 } 606 611 -
trunk/wp-admin/css/colors-fresh.css
r11520 r11523 591 591 #search-plugins-table .inactive td, 592 592 tr.inactive + tr.plugin-update-tr .plugin-update { 593 background-color: #e ee;593 background-color: #ebebeb; 594 594 } 595 595 … … 598 598 .plugins .active td { 599 599 color: #000; 600 } 601 602 #all-plugins-table .inactive a, 603 #search-plugins-table .inactive a { 604 color: #555; 600 605 } 601 606 -
trunk/wp-admin/wp-admin.css
r11522 r11523 90 90 border-top-width: 1px; 91 91 padding: 5px 7px 0; 92 } 93 94 #wpbody-content .plugins .plugin-title { 95 padding-right: 12px; 92 96 } 93 97 -
trunk/wp-includes/script-loader.php
r11520 r11523 422 422 423 423 // all colors stylesheets need to have the same query strings (cache manifest compat) 424 $colors_version = '2009060 3a';425 426 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '2009060 3' );424 $colors_version = '20090605'; 425 426 $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090605' ); 427 427 $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' ); 428 428
Note: See TracChangeset
for help on using the changeset viewer.