User: sits
Date: 08/06/13 00:16:22
Modified: html codestriker.css
Log:
Keep LXR entities in black, but draw an underline when hover over.
Index: codestriker.css
===================================================================
RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- codestriker.css 11 Mar 2008 06:01:12 -0000 1.16
+++ codestriker.css 13 Jun 2008 07:16:21 -0000 1.17
@@ -113,7 +113,11 @@
TR.tl2 {background-color: #eeeeee; font-family: Helvetica, Arial}
/* Colour to use for matching identifier */
-A.fid {color: #777777; text-decoration: none}
+/* A.fid {color: #777777; text-decoration: none} */
+A.fid:link { color: inherit; text-decoration: none }
+A.fid:visited { color: inherit; text-decoration: none }
+A.fid:visited:hover { text-decoration: underline; }
+A.fid:link:hover { text-decoration: underline; }
/* Style comment listings. */
TR.comments {background-color: #aaffaa; font-family: Helvetica, Arial} /*
space */
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits