diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -347,11 +347,11 @@ body.shift .mustered_vassals { } .asset.action { - box-shadow: 0 0 0 1px #444, 0 0 0 3px white; + box-shadow: 0 0 0 1px #444, 0 0 0 3px white !important; } .asset.selected { - box-shadow: 0 0 0 1px #444, 0 0 0 3px yellow; + box-shadow: 0 0 0 1px #444, 0 0 0 3px yellow !important; } .asset.boat.x1 { background-image: url(images/asset_boat_x1.png); } |