Fix CSS missing characters

Disable the ob_gzhandler
This commit is contained in:
FusionPBX 2024-11-27 09:33:59 -07:00 committed by GitHub
parent bbc7dea2f1
commit 2a9a1229dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 6 deletions

View File

@ -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');
@ -2049,6 +2049,7 @@ else { //default: white
-webkit-box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
-moz-box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
box-shadow: 0 0 3px 0px rgba(<?=hex_to_rgb($audio_player_indicator_color,',',true,0.8)?>);
pointer-events: none;
}
td.vtable.playback_progress_bar_background,
@ -2063,7 +2064,7 @@ else { //default: white
background-image: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, transparent 100%);
overflow: hidden;
<?php if ($audio_player_waveform_enabled === 'true') { ?>
padding-bottom: 3px;
padding-bottom: 0px;
background-size: 100% 100% !important;
background-repeat: no-repeat;
cursor: pointer;
@ -2338,7 +2339,7 @@ else { //default: white
vertical-align: middle;
color: <?=$form_table_field_text_color?>;
font-family: <?=$form_table_field_text_font?>;
font-size: <?$form_table_field_text_size?>;
font-size: <?=$form_table_field_text_size?>;
}
/* form: heading/row format */
@ -2442,7 +2443,7 @@ else { //default: white
background: <?=$table_row_background_color_medium?>;
color: <?=$table_row_text_color?>;
font-family: <?=$table_row_text_font?>;
font-size: <?$table_row_text_size?>;
font-size: <?=$table_row_text_size?>;
text-align: left;
padding: 4px 7px;
}
@ -2466,7 +2467,7 @@ else { //default: white
font-size: 10pt;
display: block;
color: <?=$message_default_color?>;
background: <?-$message_default_background_color?>;
background: <?=$message_default_background_color?>;
box-shadow: inset 0px 7px 8px -10px <?=$message_default_color?>;
opacity: 0;
<?php
@ -2925,7 +2926,7 @@ else { //default: white
th.hud_heading {
text-align: left;
font-size: <?=$dashboard_detail_heading_text_size?>;
font-family: <?=$table_heading_text_font?>
font-family: <?=$table_heading_text_font?>;
color: <?=$table_heading_text_color?>;
padding-top: 3px;
<?php