From 4c58e79b15ef10a53a30951e08d83b542bee15b0 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 23 Apr 2012 00:08:22 +0530 Subject: [PATCH] css --- manifests/media/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifests/media/css/main.css b/manifests/media/css/main.css index 559ece3..56a7d79 100644 --- a/manifests/media/css/main.css +++ b/manifests/media/css/main.css @@ -115,6 +115,10 @@ thead tr:first-child { background:#007777; } +.shipRow { + cursor:pointer; +} + .shipRow:nth-of-type(4n+1) { background:#00cccc; } @@ -125,7 +129,7 @@ thead tr:first-child { /* SANJAY'S STYLING */ .goodRow { - display:block; + display:none; background:#c8e5ee; }