Enhanced Theme: Added Default Settings to control footer colors and opacity.

Other minor code enhancements.
This commit is contained in:
Nate Jones
2014-08-17 04:33:57 +00:00
parent 7fdb8ee770
commit fe40c4ede9
5 changed files with 38 additions and 30 deletions

View File

@@ -415,7 +415,9 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
}
elseif (
$category == "theme" && $subcategory == "background_color" && $name == "array" ||
$category == "theme" && $subcategory == "login_color" && $name == "text"
$category == "theme" && $subcategory == "login_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "footer_color" && $name == "text" ||
$category == "theme" && $subcategory == "footer_background_color" && $name == "text"
) {
echo " <style>";
echo " DIV.rui-colorpicker { width: 253px; }";