mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user