Fix row alternation in IE. http://mosquito.wordpress.org/view.php?id=1139 Props: MC_incubus and EricMeyer

git-svn-id: https://develop.svn.wordpress.org/trunk@2460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-03-21 23:58:49 +00:00
parent b3bf4ec4da
commit 5604f11a02
1 changed files with 2 additions and 2 deletions

View File

@ -547,5 +547,5 @@ textarea, input, select {
.active td {background: #BEB;}
.active .name {background: #9C9;}
.active.alternate td {background: #ADA;}
.active.alternate .name {background: #8B8;}
.alternate.active td {background: #ADA;}
.alternate.active .name {background: #8B8;}