Use the blue background in the HTML editor, same as the visual editor. see #15207.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
86e44f1050
commit
bbbf5dcff5
File diff suppressed because one or more lines are too long
|
@ -774,8 +774,9 @@ table.widefat .spam a:hover,
|
||||||
|
|
||||||
/* editors */
|
/* editors */
|
||||||
#quicktags {
|
#quicktags {
|
||||||
border-color: #dfdfdf;
|
border-color: #cfdfe9;
|
||||||
background-color: #dfdfdf;
|
background-color: #cfdfe9;
|
||||||
|
background-image: url("../images/ed-bg-vs.gif?ver=20101102");
|
||||||
}
|
}
|
||||||
|
|
||||||
#ed_toolbar input {
|
#ed_toolbar input {
|
||||||
|
@ -944,7 +945,7 @@ table.widefat .spam a:hover,
|
||||||
|
|
||||||
.wp_themeSkin tr.mceFirst td.mceToolbar {
|
.wp_themeSkin tr.mceFirst td.mceToolbar {
|
||||||
background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
|
background: #cfdfe9 url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top;
|
||||||
border-color: #cbc7c9;
|
border-color: #cfdfe9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-admin #mceModalBlocker {
|
.wp-admin #mceModalBlocker {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -776,6 +776,7 @@ table.widefat .spam a:hover,
|
||||||
#quicktags {
|
#quicktags {
|
||||||
border-color: #dfdfdf;
|
border-color: #dfdfdf;
|
||||||
background-color: #dfdfdf;
|
background-color: #dfdfdf;
|
||||||
|
background-image: url("../images/ed-bg.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#ed_toolbar input {
|
#ed_toolbar input {
|
||||||
|
|
|
@ -491,7 +491,7 @@ function wp_default_styles( &$styles ) {
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// 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.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
|
Loading…
Reference in New Issue