summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/play.html b/play.html
index 992351a..5e5587d 100644
--- a/play.html
+++ b/play.html
@@ -135,6 +135,11 @@ path.state.selected {
stroke-width: 20;
}
+path.state.tip {
+ stroke: red;
+ stroke-width: 20;
+}
+
path.state:hover {
fill: white;
}
@@ -159,6 +164,10 @@ div.state.selected {
border-color: yellow;
}
+div.state.tip {
+ border-color: red;
+}
+
div.state:hover {
background-color: #fff8;
}
@@ -179,6 +188,10 @@ div.region.action {
border-color: white;
}
+div.region.tip {
+ border-color: red;
+}
+
div.region:hover {
background-color: #fff8;
}