Skip to content

Commit

Permalink
added bg-color for all even tr using css3-function
Browse files Browse the repository at this point in the history
Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
  • Loading branch information
Andrwe committed Jun 14, 2011
1 parent 615b812 commit 54b3ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common-gv4alw.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ table.records-table tbody tr td:hover
color: white;
}

table.records-table tbody tr.even
table.records-table tbody tr.even,
table.records-table tbody tr:nth-child(even)
{
background-color: #F9F9F9;
}
Expand Down

0 comments on commit 54b3ae2

Please sign in to comment.