summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-17 16:43:25 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-17 16:43:25 -0800
commitd51b87d9a31f5914fe8509e6ac47eace1872d0ba (patch)
tree5221e63d08af6e7b6ec3cd278d691ea65cab259c /css
parente12ea632b28d9a0cba7c002fe37edc42bf291777 (diff)
downloadpathery-d51b87d9a31f5914fe8509e6ac47eace1872d0ba.tar.xz
Active maps now have a different color in the scoreboard.
Diffstat (limited to 'css')
-rw-r--r--css/stats.css6
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 {