From ced0054939396f33cae7e56b9ca82b496f3a240f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:41:47 +0000 Subject: [PATCH] r582: Finishing touches to the style --- admin/admin-bw.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/admin/admin-bw.css b/admin/admin-bw.css index 0bbc193..5ad3672 100755 --- a/admin/admin-bw.css +++ b/admin/admin-bw.css @@ -63,14 +63,14 @@ td.thead, .thead td, .alt3 .alt1 { color: #000000; - background: #E6E6E6; + background: #FFFFFF; } /* The second type of row used in the alternation cycle */ .alt2 { color: #000000; - background: #B3B3B3; + background: #FFFFFF; } /* The third alternation, used in special cases */ @@ -82,9 +82,9 @@ td.thead, .thead td, .alt3 /* The last row in the table (often used for the submit buttons) */ .tfoot { - color: #000000; - background: #FFFFFF; - border: outset 1px; + color: #FFFFFF; + background: #000000; + border: inset 1px; } /* ################################################################### */ @@ -150,6 +150,7 @@ input, textarea, select, option text-indent: 5px; margin: 1px; margin-top: 3px; + border: 1px solid #808080; } /* Button styling */ @@ -159,6 +160,7 @@ input, textarea, select, option font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; margin: 1px; margin-top: 3px; + border: 1px solid #808080; } /*=====================================================================*\ -- 2.22.5