Author: dpage
Date: 2006-01-17 15:31:57 +0000 (Tue, 17 Jan 2006)
New Revision: 4918
Modified:
trunk/www/css/pgadmin-ltr.css
trunk/www/css/pgadmin-rtl.css
Log:
Add a color to fix an oddity on IE6
Modified: trunk/www/css/pgadmin-ltr.css
===================================================================
--- trunk/www/css/pgadmin-ltr.css 2006-01-17 15:25:23 UTC (rev 4917)
+++ trunk/www/css/pgadmin-ltr.css 2006-01-17 15:31:57 UTC (rev 4918)
@@ -231,6 +231,11 @@
color: #009ace;
}
+.pgaSectionMenuOption a:visited
+{
+ color: #009ace;
+}
+
.pgaSectionMenuOption a:hover
{
background-color: #999999;
Modified: trunk/www/css/pgadmin-rtl.css
===================================================================
--- trunk/www/css/pgadmin-rtl.css 2006-01-17 15:25:23 UTC (rev 4917)
+++ trunk/www/css/pgadmin-rtl.css 2006-01-17 15:31:57 UTC (rev 4918)
@@ -232,6 +232,11 @@
color: #009ace;
}
+.pgaSectionMenuOption a:visited
+{
+ color: #009ace;
+}
+
.pgaSectionMenuOption a:hover
{
background-color: #999999;