Finally fixed link coloring settings in Oxygen Bleu; added compatibility wrapper for people that "ajaxLogonInit" over "ajaxLoginInit"
--- a/includes/clientside/static/login.js Sat Apr 12 09:51:35 2008 -0400
+++ b/includes/clientside/static/login.js Sat Apr 12 10:12:25 2008 -0400
@@ -140,6 +140,15 @@
}
/**
+ * For compatibility only.
+ */
+
+function ajaxLogonInit(call_on_finish, user_level)
+{
+ return ajaxLoginInit(call_on_finish, user_level);
+}
+
+/**
* Sets the contents of the AJAX login window to the appropriate status message.
* @param int One of AJAX_STATUS_*
*/
--- a/themes/oxygen/css/bleu.css Sat Apr 12 09:51:35 2008 -0400
+++ b/themes/oxygen/css/bleu.css Sat Apr 12 10:12:25 2008 -0400
@@ -222,11 +222,11 @@
font-size: 9pt;
}
-div.contentDiv a, div#messageBox a {
+a {
color: #7090B0;
}
-div.contentDiv a:hover, div#messageBox a:hover {
+a:hover {
color: #90B0D0;
}