TinyMCE: fix toolbars alignment in RTL.
Fixes #37760 for trunk. Built from https://develop.svn.wordpress.org/trunk@38349 git-svn-id: http://core.svn.wordpress.org/trunk@38290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -392,6 +392,11 @@ div.mce-path {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mce-btn .mce-txt {
|
||||
direction: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn,
|
||||
.qt-dfw {
|
||||
border: 1px solid transparent;
|
||||
|
||||
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -392,6 +392,11 @@ div.mce-path {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mce-btn .mce-txt {
|
||||
direction: inherit;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
.mce-toolbar .mce-btn-group .mce-btn,
|
||||
.qt-dfw {
|
||||
border: 1px solid transparent;
|
||||
|
||||
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user