Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144

git-svn-id: http://svn.automattic.com/wordpress/trunk@18803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-09-28 21:07:08 +00:00
parent fea5c38ef4
commit d58e337d24
12 changed files with 54 additions and 165 deletions

View File

@@ -87,8 +87,7 @@ body > #upload-menu {
#your-profile fieldset,
#rightnow,
div.dashboard-widget,
#dashboard-widgets p.dashboard-widget-links,
#replyrow #ed_reply_toolbar input {
#dashboard-widgets p.dashboard-widget-links {
border-color: #D1E5EE
}
@@ -1612,25 +1611,11 @@ table.diff .diff-addedline ins {
background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
}
#replysubmit {
background-color: #f1f1f1;
border-top-color: #ddd;
}
#replyerror {
border-color: #ddd;
background-color: #f9f9f9;
}
#edithead,
#replyhead {
background-color: #f1f1f1;
}
#ed_reply_toolbar {
background-color: #e9e9e9;
}
/* table vim shortcuts */
.vim-current,
.vim-current th,
@@ -1673,8 +1658,7 @@ div.star img {
/* inline editor */
.inline-edit-row fieldset input[type="text"],
.inline-edit-row fieldset textarea,
#bulk-titles,
#replyrow input {
#bulk-titles {
border-color: #ddd;
}
@@ -1696,11 +1680,6 @@ div.star img {
background-color: #f1f1f1;
}
#replyrow #ed_reply_toolbar input:hover {
border-color: #aaa;
background: #ddd;
}
fieldset.inline-edit-col-right .inline-edit-col {
border-color: #dfdfdf;
}