Script loader bump, and revert new orange that snuck in. see #13441.

git-svn-id: https://develop.svn.wordpress.org/trunk@14796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-21 23:32:02 +00:00
parent 88e4640103
commit e39ffe967d
3 changed files with 16 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -228,7 +228,7 @@ strong .post-com-count span {
.highlight {
background-color: #e4f2fd;
color: #ee7600;
color: #d54e21;
}
.howto,
@ -264,7 +264,7 @@ td.help {
}
.post-com-count:hover span {
background-color: #ee7600;
background-color: #d54e21;
}
.quicktags, .search {
@ -357,7 +357,7 @@ a.button.disabled {
a:hover,
a:active,
a:focus {
color: #ee7600;
color: #d54e21;
}
#wphead #viewsite a:hover,
@ -373,7 +373,7 @@ div.dashboard-widget-submit input:hover,
.plugins .inactive a:hover,
#all-plugins-table .plugins .inactive a:hover,
#search-plugins-table .plugins .inactive a:hover {
color: #ee7600;
color: #d54e21;
}
#the-comment-list .comment-item,
@ -430,7 +430,7 @@ div.dashboard-widget-submit input:hover,
.tablenav .next:hover,
.tablenav .prev:hover {
border-color: transparent;
color: #ee7600;
color: #d54e21;
}
.updated,
@ -498,7 +498,7 @@ body.press-this .tabs a:hover {
background-color: #fff;
border-color: #c6d9e9;
border-bottom-color: #fff;
color: #ee7600;
color: #d54e21;
}
#adminmenu #awaiting-mod,
@ -506,7 +506,7 @@ body.press-this .tabs a:hover {
#sidemenu a .update-plugins,
#rightnow .reallynow,
#plugin-information .action-button {
background-color: #ee7600;
background-color: #d54e21;
color: #fff;
}
@ -576,7 +576,7 @@ input.readonly, textarea.readonly {
}
.login #nav a:hover {
color: #ee7600 !important;
color: #d54e21 !important;
}
#footer {
@ -1286,7 +1286,7 @@ table.diff .diff-addedline ins {
#sidemenu a.current {
background-color: #fff;
border-color: #dfdfdf #dfdfdf #fff;
color: #ee7600;
color: #D54E21;
}
#screen-options-wrap,
@ -1392,7 +1392,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
.attention {
color: #ee7600;
color: #D54E21;
}
.meta-box-sortables .postbox:hover .handlediv {
@ -1413,7 +1413,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
.tablenav .tablenav-pages a:hover {
color: #ee7600;
color: #d54e21;
border-color: #d54321;
}
@ -1641,7 +1641,7 @@ div.widgets-sortables,
.sidebar-name:hover,
#removing-widget {
color: #ee7600;
color: #d54e21;
}
#removing-widget span {

View File

@ -434,13 +434,13 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100520a' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100521' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100512';
$colors_version = '20100521';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );
@ -466,7 +466,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.2' );
$styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20100514' );
$styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20100521' );
foreach ( $rtl_styles as $rtl_style ) {
$styles->add_data( $rtl_style, 'rtl', true );