summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stats.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/stats.css b/css/stats.css
index 1a96475..7539644 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -121,6 +121,20 @@
.mapThumbnail.current:hover {
background-color:#474747;
}
+#currentMapMessage
+{
+ color: #FF2818;
+ display: none;
+ text-align: center;
+ padding-bottom: 12px;
+}
+
+#currentMapMessage span
+{
+ background-color: #1A1A1A;
+ border-radius: 8px 8px 8px 8px;
+ padding: 3px 10px;
+}
table {