From 9a322e600d0f872caf2d33faa1c06c73262b418b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:49:56 +0000 Subject: [PATCH] r590: Make sure that .tfoot links are white --- admin/admin-bw.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/admin-bw.css b/admin/admin-bw.css index 5ad3672..88d117f 100755 --- a/admin/admin-bw.css +++ b/admin/admin-bw.css @@ -87,6 +87,11 @@ td.thead, .thead td, .alt3 border: inset 1px; } +.tfoot a:link, .tfoot a:hover, .tfoot a:active, .tfoot a:visited +{ + color: #FFFFFF; +} + /* ################################################################### */ /* Text elements */ /* ################################################################### */ -- 2.22.5