diff options
Diffstat (limited to 'css/stats.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 { |