Use the blue background in the HTML editor, same as the visual editor. see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-11 09:04:37 +00:00
parent 10b2d9bf40
commit dfb1f77e3b
5 changed files with 8 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -774,8 +774,9 @@ table.widefat .spam a:hover,
/* editors */
#quicktags {
border-color: #dfdfdf;
background-color: #dfdfdf;
border-color: #cfdfe9;
background-color: #cfdfe9;
background-image: url("../images/ed-bg-vs.gif?ver=20101102");
}
#ed_toolbar input {
@ -944,7 +945,7 @@ table.widefat .spam a:hover,
.wp_themeSkin tr.mceFirst td.mceToolbar {
background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
border-color: #cbc7c9;
border-color: #cfdfe9;
}
.wp-admin #mceModalBlocker {

File diff suppressed because one or more lines are too long

View File

@ -776,6 +776,7 @@ table.widefat .spam a:hover,
#quicktags {
border-color: #dfdfdf;
background-color: #dfdfdf;
background-image: url("../images/ed-bg.gif");
}
#ed_toolbar input {

View File

@ -491,7 +491,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20101203';
$colors_version = '20101211';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );