Login (Enhanced & Minimized Themes): Login box should now stretch to fit its content. Added login_shadow_color Default Setting.

Default Settings: When using Enabled toggle link, scrolls to previous position in setting list.
This commit is contained in:
Nate Jones
2014-12-06 01:54:30 +00:00
parent 10f05b615f
commit 1f8955170b
5 changed files with 42 additions and 101 deletions

View File

@@ -415,6 +415,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
}
elseif (
$category == "theme" && $subcategory == "background_color" && $name == "array" ||
$category == "theme" && $subcategory == "login_shadow_color" && $name == "text" ||
$category == "theme" && $subcategory == "login_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "domain_color" && $name == "text" ||
$category == "theme" && $subcategory == "domain_background_color" && $name == "text" ||