From b3efdce52fcbc6c702dd5c64aa3b8ea00a0f4cd4 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Fri, 8 Jul 2011 17:45:21 +0000 Subject: [PATCH] NIHVIVO-2280: Changed order of zebra stripe rows for main account management table. --- webapp/web/css/account/account.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/css/account/account.css b/webapp/web/css/account/account.css index b17cf82fc..40d6464ed 100644 --- a/webapp/web/css/account/account.css +++ b/webapp/web/css/account/account.css @@ -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 {