Browse Source

Change the login background.

markjcrane 9 years ago
parent
commit
59c483d6bf
1 changed files with 7 additions and 7 deletions
  1. 7 7
      themes/default/app_defaults.php

+ 7 - 7
themes/default/app_defaults.php

@@ -65,18 +65,18 @@ if ($domains_processed == 1) {
 		$array[$x]['default_setting_description'] = 'Set a secondary background color, for a gradient effect.';
 		$x++;
 		$array[$x]['default_setting_category'] = 'theme';
-		$array[$x]['default_setting_subcategory'] = 'login_shadow_color';
+		$array[$x]['default_setting_subcategory'] = 'login_background_color';
 		$array[$x]['default_setting_name'] = 'text';
-		$array[$x]['default_setting_value'] = '#888888';
+		$array[$x]['default_setting_value'] = 'rgba(255,255,255,0.3)';
 		$array[$x]['default_setting_enabled'] = 'true';
-		$array[$x]['default_setting_description'] = 'Set the shadow color of the login box.';
+		$array[$x]['default_setting_description'] = 'Set the background color for the login box.';
 		$x++;
 		$array[$x]['default_setting_category'] = 'theme';
-		$array[$x]['default_setting_subcategory'] = 'login_background_color';
+		$array[$x]['default_setting_subcategory'] = 'login_shadow_color';
 		$array[$x]['default_setting_name'] = 'text';
-		$array[$x]['default_setting_value'] = '#ffffff';
+		$array[$x]['default_setting_value'] = 'rgba(140,140,140,0.3)';
 		$array[$x]['default_setting_enabled'] = 'true';
-		$array[$x]['default_setting_description'] = 'Set the background color for the login box.';
+		$array[$x]['default_setting_description'] = 'Set the shadow color of the login box.';
 		$x++;
 		$array[$x]['default_setting_category'] = 'theme';
 		$array[$x]['default_setting_subcategory'] = 'domain_visible';
@@ -341,4 +341,4 @@ if ($domains_processed == 1) {
 		unset($array);
 }
 
-?>
+?>