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:
Peter Westwood 2008-03-13 19:17:57 +00:00
parent 59a21ab804
commit b3c9154a13
2 changed files with 3 additions and 1 deletions

View File

@ -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 ?>">&nbsp;</td>
<?php endforeach; ?>
</tr>
</table>

View File

@ -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 {