diff --git a/web/chunkymap.php b/web/chunkymap.php index 1301b0c..d6388d8 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -549,12 +549,14 @@ function echo_chunkymap_table() { //$img_style="position:absolute; "; $img_style=""; $img_border_style="border: 1px solid white;"; + $text_style="color:white;"; if ($is_expired==false) { if ($is_idle==true) { $img_border_style="border: 1px solid gray;"; $img_style.="opacity: 0.4; filter: alpha(opacity=40);"; //filter is for IE8 and below + $text_style="color:white; opacity: 0.4; filter: alpha(opacity=40);"; //filter is for IE8 and below } - echo_hold( "
$player_name
" ); + echo_hold( "
$player_name
" ); } //$position_offset_x+=$character_icon_w; }