diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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; } |