List Tables: fix row links CSS for RTL.
Props afercia. Fixes #34150. Built from https://develop.svn.wordpress.org/trunk@35566 git-svn-id: http://core.svn.wordpress.org/trunk@35530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7a24b60c2a
commit
b17272831c
|
@ -881,6 +881,11 @@ p.pagenav {
|
|||
padding: 2px 0 0;
|
||||
}
|
||||
|
||||
/* ticket #34150 */
|
||||
.rtl .row-actions a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.row-actions .network_only,
|
||||
.row-actions .network_active {
|
||||
color: #000;
|
||||
|
|
|
@ -881,6 +881,11 @@ p.pagenav {
|
|||
padding: 2px 0 0;
|
||||
}
|
||||
|
||||
/* ticket #34150 */
|
||||
.rtl .row-actions a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.row-actions .network_only,
|
||||
.row-actions .network_active {
|
||||
color: #000;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta3-35565';
|
||||
$wp_version = '4.4-beta3-35566';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue