From 0bfb472be14aaa23b0d13adaf0fa408661551773 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 31 Mar 2011 00:55:18 -0700 Subject: [PATCH] Add alt-row highlighting. --- webroot/rsrc/css/aphront/table-view.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webroot/rsrc/css/aphront/table-view.css b/webroot/rsrc/css/aphront/table-view.css index cbc2c632c2..a73e3936fb 100644 --- a/webroot/rsrc/css/aphront/table-view.css +++ b/webroot/rsrc/css/aphront/table-view.css @@ -74,7 +74,8 @@ white-space: normal; } -.aphront-table-view tr.highlighted { +.aphront-table-view tr.highlighted, +.aphront-table-view tr.alt-highlighted { background: #ffff66; }