diff --git a/themes/default/css.php b/themes/default/css.php index 1efe733e68..2b8af41e41 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -3,7 +3,7 @@ //includes files require_once dirname(__DIR__, 2) . "/resources/require.php"; -ob_start('ob_gzhandler'); +//ob_start('ob_gzhandler'); header('Content-type: text/css; charset: UTF-8'); header('Cache-Control: must-revalidate'); header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT'); @@ -229,7 +229,7 @@ $dashboard_label_text_color_hover = $_SESSION['theme']['dashboard_label_text_col $dashboard_label_text_size = $_SESSION['theme']['dashboard_label_text_size']['text'] ?? '13px'; $dashboard_label_text_font = $_SESSION['theme']['dashboard_label_text_font']['text'] ?? 'Arial, Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif'; $dashboard_label_text_shadow_color = $_SESSION['theme']['dashboard_label_text_shadow_color']['text'] ?? 'rgba(0,0,0,0)'; -$dashboard_label_background_color = $_SESSION['theme']['dashboard_label_background_color']['text'] ?? ''; +$dashboard_label_background_color = $_SESSION['theme']['dashboard_label_background_color']['text'] ?? 'rgba(0,0,0,0)'; $dashboard_label_background_color_hover = $_SESSION['theme']['dashboard_label_background_color_hover']['text'] ?? ''; $dashboard_number_text_color = $_SESSION['theme']['dashboard_number_text_color']['text'] ?? '#444'; $dashboard_number_text_color_hover = $_SESSION['theme']['dashboard_number_text_color_hover']['text'] ?? ''; @@ -2339,7 +2339,7 @@ else { //default: white vertical-align: middle; color: ; font-family: ; - font-size: ; + font-size: ; } /* form: heading/row format */ @@ -2443,7 +2443,7 @@ else { //default: white background: ; color: ; font-family: ; - font-size: ; + font-size: ; text-align: left; padding: 4px 7px; } @@ -2467,7 +2467,7 @@ else { //default: white font-size: 10pt; display: block; color: ; - background: ; + background: ; box-shadow: inset 0px 7px 8px -10px ; opacity: 0; ; - font-family: + font-family: ; color: ; padding-top: 3px;