RTL fix for themes.php. props yoavf. fixes #26405.
Built from https://develop.svn.wordpress.org/trunk@26622 git-svn-id: http://core.svn.wordpress.org/trunk@26512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
414a0f0693
commit
4b2e6ac5ad
|
@ -6626,6 +6626,10 @@ span.imgedit-scale-warn {
|
|||
z-index:4;
|
||||
}
|
||||
|
||||
.rtl .theme-browser .theme.add-new-theme span:after {
|
||||
text-indent: 4px;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover .theme-screenshot {
|
||||
background: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6626,6 +6626,10 @@ span.imgedit-scale-warn {
|
|||
z-index:4;
|
||||
}
|
||||
|
||||
.rtl .theme-browser .theme.add-new-theme span:after {
|
||||
text-indent: 4px;
|
||||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme:hover .theme-screenshot {
|
||||
background: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue