NIHVIVO-2280: Changed order of zebra stripe rows for main account management table.

This commit is contained in:
manolobevia 2011-07-08 17:45:21 +00:00
parent 9db4328321
commit b3efdce52f

View file

@ -39,7 +39,7 @@ table#account th {
table#account tr {
background-color: #fff;
}
table#account tr:nth-child(2n+1) {
table#account tr:nth-child(2n) {
background-color: rgba(200, 200, 180,.25);
}
table#account td {