diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-17 16:43:25 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-17 16:43:25 -0800 |
commit | d51b87d9a31f5914fe8509e6ac47eace1872d0ba (patch) | |
tree | 5221e63d08af6e7b6ec3cd278d691ea65cab259c /css | |
parent | e12ea632b28d9a0cba7c002fe37edc42bf291777 (diff) | |
download | pathery-d51b87d9a31f5914fe8509e6ac47eace1872d0ba.tar.xz |
Active maps now have a different color in the scoreboard.
Diffstat (limited to 'css')
-rw-r--r-- | css/stats.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |