diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-19 19:38:25 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-19 19:38:25 +0100 |
commit | c963f5caffb401aaefad1305f62c67d40df76c10 (patch) | |
tree | 165af70a768af43ece4930231de5912b087812d8 /play.html | |
parent | 065ab5e64b856c1e03b965dcfd1d6649259a0bf5 (diff) | |
download | votes-for-women-c963f5caffb401aaefad1305f62c67d40df76c10.tar.gz |
campaigning action
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -219,6 +219,14 @@ div.congress_box.action { drop-shadow(0px -2px 0px white); } +.piece.selected { + filter: + drop-shadow(2px 0px 0px yellow) + drop-shadow(0px 2px 0px yellow) + drop-shadow(-2px 0px 0px yellow) + drop-shadow(0px -2px 0px yellow); +} + .piece.cube { width: 14px; height: 14px; |