mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Fix editor menu drop-downs in RTL, fixes #17798
git-svn-id: https://develop.svn.wordpress.org/trunk@19088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1540,6 +1540,19 @@ RTL
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
.rtl .wp_themeSkin .mceListBox .mceText {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl .wp_themeSkin .mceNoIcons a .mceText {
|
||||
padding-right: 10px;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.rtl .mceListBoxMenu.mceNoIcons {
|
||||
margin-left: -14px;
|
||||
}
|
||||
|
||||
.clearlooks2 .mceFocus .mceTop .mceLeft {
|
||||
background: #444444;
|
||||
border-left: 1px solid #999;
|
||||
|
||||
Reference in New Issue
Block a user