src/lib/cheapcgi.c 1.125

1.125 2009/10/20 22:50:44 tdreszer
Added halfVis class to support 3-way matrix CBs
Index: src/lib/cheapcgi.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/cheapcgi.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -b -B -U 4 -r1.124 -r1.125
--- src/lib/cheapcgi.c	6 Jul 2009 22:56:22 -0000	1.124
+++ src/lib/cheapcgi.c	20 Oct 2009 22:50:44 -0000	1.125
@@ -1768,7 +1768,8 @@
     //printf(".hiddenRoof {border-top: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT);     // Doesn't work
     //printf(".hiddenFloor {border-bottom: 0px solid %s;}\n",COLOR_BG_ALTDEFAULT); // Doesn't work
     printf(".greenBox {border: 5px outset %s;}\n",COLOR_DARKGREEN);
     printf(".blueBox {border: 4px inset %s;}\n",COLOR_DARKBLUE);
+    printf(".halfVis {opacity: 0.5;}\n");
     puts("</style>");
 }