mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
More TinyMCE color abstraction and new border for title and editor. Props azaozz. fixes #6156
git-svn-id: https://develop.svn.wordpress.org/trunk@7240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -674,3 +674,22 @@ div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hove
|
||||
.wp_themeSkin .mceMenuItemDisabled .mceText {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* pop-up */
|
||||
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
|
||||
background-color: #cee1ef;
|
||||
border-color: #c6d9e9;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
|
||||
background-color: #5488AF;
|
||||
border-color: #464646;
|
||||
}
|
||||
|
||||
#editorcontainer {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#poststuff #titlewrap {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
@@ -656,3 +656,22 @@ div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hove
|
||||
.wp_themeSkin .mceMenuItemDisabled .mceText {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* pop-up */
|
||||
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
|
||||
background-color: #cee1ef;
|
||||
border-color: #c6d9e9;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
|
||||
background-color: #2683ae;
|
||||
border-color: #464646;
|
||||
}
|
||||
|
||||
#editorcontainer {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
#poststuff #titlewrap {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user