Enhanced Theme: Added Default Settings to control the color, background color, opacity and hide delay of header response messages.

This commit is contained in:
Nate Jones
2014-08-17 06:30:31 +00:00
parent b11eb26f3e
commit 322fb0627d
3 changed files with 75 additions and 14 deletions

View File

@@ -417,7 +417,13 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$category == "theme" && $subcategory == "background_color" && $name == "array" ||
$category == "theme" && $subcategory == "login_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "footer_color" && $name == "text" ||
$category == "theme" && $subcategory == "footer_background_color" && $name == "text"
$category == "theme" && $subcategory == "footer_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_default_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_default_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_negative_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_negative_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_alert_background_color" && $name == "text" ||
$category == "theme" && $subcategory == "message_alert_color" && $name == "text"
) {
echo " <style>";
echo " DIV.rui-colorpicker { width: 253px; }";