From 8c22ea6391a990129458c0df449449dc0b032fa3 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Feb 2016 14:33:50 -0500 Subject: [PATCH] make idle players less noticeable --- web/chunkymap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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( "