|
@@ -65,18 +65,18 @@ if ($domains_processed == 1) {
|
|
$array[$x]['default_setting_description'] = 'Set a secondary background color, for a gradient effect.';
|
|
$array[$x]['default_setting_description'] = 'Set a secondary background color, for a gradient effect.';
|
|
$x++;
|
|
$x++;
|
|
$array[$x]['default_setting_category'] = 'theme';
|
|
$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_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_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++;
|
|
$x++;
|
|
$array[$x]['default_setting_category'] = 'theme';
|
|
$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_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_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++;
|
|
$x++;
|
|
$array[$x]['default_setting_category'] = 'theme';
|
|
$array[$x]['default_setting_category'] = 'theme';
|
|
$array[$x]['default_setting_subcategory'] = 'domain_visible';
|
|
$array[$x]['default_setting_subcategory'] = 'domain_visible';
|