border-right-color: none; should be border-right-color: transparent; props sabreuse. fixes #20587
git-svn-id: http://core.svn.wordpress.org/trunk@21188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8baa55f667
commit
a34aba2eb0
|
@ -2408,7 +2408,7 @@ div.widgets-sortables,
|
|||
------------------------------------------------------------------------------*/
|
||||
|
||||
.rtl .bar {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
|
@ -2442,7 +2442,7 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.rtl #adminmenu .wp-submenu .wp-submenu-head {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #d1e5ee;
|
||||
}
|
||||
|
||||
|
@ -2486,7 +2486,7 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.rtl #post-body .misc-pub-section {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #d1e5ee;
|
||||
}
|
||||
|
||||
|
|
|
@ -1995,7 +1995,7 @@ div.widgets-sortables,
|
|||
------------------------------------------------------------------------------*/
|
||||
|
||||
.rtl .bar {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
|
@ -2029,7 +2029,7 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.rtl #adminmenu .wp-submenu .wp-submenu-head {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #dfdfdf;
|
||||
}
|
||||
|
||||
|
@ -2073,7 +2073,7 @@ div.widgets-sortables,
|
|||
}
|
||||
|
||||
.rtl #post-body .misc-pub-section {
|
||||
border-right-color: none;
|
||||
border-right-color: transparent;
|
||||
border-left-color: #eee;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue