Add back CSS rules for RTL resize handles.
Disable CSSJanus' swapLtrRtlInUrl option, as we currently don't use it otherwise (and it breaks this if left on). props ocean90. fixes #26449. git-svn-id: https://develop.svn.wordpress.org/trunk@26731 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6717db61d9
commit
bab3a29a8e
@ -124,6 +124,9 @@ module.exports = function(grunt) {
|
||||
},
|
||||
cssjanus: {
|
||||
core: {
|
||||
options: {
|
||||
swapLtrRtlInUrl: false
|
||||
},
|
||||
expand: true,
|
||||
cwd: SOURCE_DIR,
|
||||
dest: BUILD_DIR,
|
||||
|
@ -4326,6 +4326,11 @@ td.plugin-title p {
|
||||
cursor: se-resize;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle,
|
||||
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-rtl.gif') no-repeat scroll right bottom;
|
||||
}
|
||||
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
bottom: 3px;
|
||||
position: absolute;
|
||||
@ -11428,6 +11433,11 @@ li#wp-admin-bar-menu-toggle {
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle,
|
||||
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
|
||||
}
|
||||
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder {
|
||||
background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
|
||||
|
Loading…
Reference in New Issue
Block a user