From d51b87d9a31f5914fe8509e6ac47eace1872d0ba Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 17 Feb 2013 16:43:25 -0800 Subject: Active maps now have a different color in the scoreboard. --- css/stats.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css/stats.css') diff --git a/css/stats.css b/css/stats.css index c214726..18f3708 100644 --- a/css/stats.css +++ b/css/stats.css @@ -84,6 +84,12 @@ background-color:#445; } +.mapThumbnail.current { + background-color:#557; +} +.mapThumbnail.current:hover { + background-color:#668; +} table { -- cgit v1.2.3