mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
IE fixes for the stylesheet selector. Fixes #6200 props hansengel.
git-svn-id: https://develop.svn.wordpress.org/trunk@7273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -166,7 +166,7 @@ foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
|
||||
<tr>
|
||||
<?php
|
||||
foreach ( $color_info->colors as $color ): ?>
|
||||
<td style="background-color: <?php echo $color ?>" title="<?php echo $color ?>"></td>
|
||||
<td style="background-color: <?php echo $color ?>" title="<?php echo $color ?>"> </td>
|
||||
<?php endforeach; ?>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -834,6 +834,8 @@ html, body {
|
||||
.form-table .color-palette td {
|
||||
border-bottom: none;
|
||||
border: 1px solid #fff;
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
}
|
||||
|
||||
#profile-page .form-table textarea {
|
||||
|
||||
Reference in New Issue
Block a user