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 { table#account tr {
background-color: #fff; background-color: #fff;
} }
table#account tr:nth-child(2n+1) { table#account tr:nth-child(2n) {
background-color: rgba(200, 200, 180,.25); background-color: rgba(200, 200, 180,.25);
} }
table#account td { table#account td {