IE fixes for the stylesheet selector. Fixes #6200 props hansengel.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-03-13 19:17:57 +00:00
parent e56562d1ba
commit d1f0f9517b
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 {