Make links visible in table headers
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 12 Jul 2006 08:47:14 +0000 (08:47 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 12 Jul 2006 08:47:14 +0000 (08:47 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@451 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/css/trapped.css

index 2c88ae0..d6bbecb 100644 (file)
@@ -88,6 +88,20 @@ table.tinybicol th, table.bicol th {
     background-color: #291602;  
 }
 
+table.tinybicol th a:link,
+table.tinybicol th a:visited,
+table.tinybicol th a:active,
+table.bicol th a:link,
+table.bicol th a:visited,
+table.bicol th a:active {
+    color: #eeeeee;
+}
+
+table tinybicol th a:hover,
+table.bicol th a:hover {
+    color: #e2d9c2;
+}
+
 table.tinybicol td, table.bicol td { color: #000000; }
 table