Log Viewer: Lightened background color a little to allow partial transparency.

This commit is contained in:
Nate Jones 2014-07-29 23:04:36 +00:00
parent 8e6b3c474c
commit 06a1f3bb32
1 changed files with 11 additions and 10 deletions

View File

@ -96,17 +96,16 @@ echo " </td>\n";
echo " </tr>\n";
echo " <tr><td colspan='2'>&nbsp;</td></tr>";
echo " <tr>\n";
echo " <td colspan='2' style='background-color: #000; padding: 8px; text-align: left;'>";
echo " <td colspan='2' style='background-color: #1c1c1c; padding: 8px; text-align: left;'>";
if (permission_exists('log_view')) {
$MAXEL = 3; //pattern2, pattern3|color2, color3 etc...
$user_filesize = '0';
$default_color = 'white';
$default_color = '#fff';
$default_type = 'normal';
$default_font = 'monospace';
$background_color = 'black';
$default_fsize = '512000';
$log_file = $_SESSION['switch']['log']['dir']."/freeswitch.log";
@ -278,6 +277,8 @@ if (permission_exists('log_view')) {
}
fclose($file);
echo " </div>";
}
echo " </td>";
echo " </tr>\n";