From 782b6f9bdd406b9c236238c7ece37f820d674f66 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Fri, 10 Feb 2012 09:46:51 +0000
Subject: [PATCH] LMS-2784 Minor UI polishing

SVN: 24403
---
 plasmid/source/html/yeastlabbrowser/body-style.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/plasmid/source/html/yeastlabbrowser/body-style.css b/plasmid/source/html/yeastlabbrowser/body-style.css
index 4ef31431a53..41c39ae7a6e 100644
--- a/plasmid/source/html/yeastlabbrowser/body-style.css
+++ b/plasmid/source/html/yeastlabbrowser/body-style.css
@@ -103,3 +103,16 @@ background-color: white;
 .plasmid-table-data-cell {
 	overflow: hidden;
 }
+
+#plasmid-table tr:nth-child(odd) {
+  background-color:#eee;
+}
+
+#plasmid-table tr:nth-child(even) {
+  background-color:#fff;
+}
+
+#plasmid-table tr.plasmid-table-header {
+  background-color:#AAA;	
+}
+
-- 
GitLab