RTL fix for themes.php. props yoavf. fixes #26405.
git-svn-id: https://develop.svn.wordpress.org/trunk@26622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44024c21be
commit
26fcb00dd8
|
@ -6626,6 +6626,10 @@ span.imgedit-scale-warn {
|
||||||
z-index:4;
|
z-index:4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .theme-browser .theme.add-new-theme span:after {
|
||||||
|
text-indent: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-browser .theme.add-new-theme:hover .theme-screenshot {
|
.theme-browser .theme.add-new-theme:hover .theme-screenshot {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue