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:
parent
10b2d9bf40
commit
dfb1f77e3b
File diff suppressed because one or more lines are too long
@ -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
@ -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 {
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user