summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:22:08 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:22:08 -0600
commit7e47f4fbf42cb4f99eb68a1e6310785f7972bde8 (patch)
treefdf386eba2e06284ca863efa2eecbb1fc3901349
parent534566ca37d8da800188b073652003671fc9671a (diff)
downloadpathery-7e47f4fbf42cb4f99eb68a1e6310785f7972bde8.tar.xz
Improved colors for currently running maps
-rw-r--r--css/stats.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/stats.css b/css/stats.css
index 3028d91..1a96475 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -115,10 +115,11 @@
}
.mapThumbnail.current {
- background-color:#557;
+ background-color: #373737;
+ color: #CCCCCC;
}
.mapThumbnail.current:hover {
- background-color:#668;
+ background-color:#474747;
}