From c2db56ae353c5c4ae1dbae69ea70be1f65d8baec Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 27 Jan 2004 12:46:51 +0000 Subject: [PATCH] Changed link color for .title1 SVN revision: 718 --- themes/default/default.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/default/default.css b/themes/default/default.css index 90794212..9f03a5df 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -130,7 +130,7 @@ td { border-right:1px solid #084070; } -.sgtab a:visited { color:white; } /* buf for IE */ +.sgtab a:visited { color:white; } /* bug for IE */ /* unselected and selected logbook tabs */ @@ -173,6 +173,9 @@ td { text-align:left; } +.title1 a:visited { color:#A0FFA0; } +.title1 a:link { color:#A0FFA0; } + .title2 { background-color:#486090; border-bottom:1px solid black; @@ -429,6 +432,9 @@ td { padding:5px; } +.dlgtitle a:visited { color:#A0FFA0; } +.dlgtitle a:link { color:#A0FFA0; } + .dlgform { background-color:#DDEEBB; padding:5px;