Difference between revisions of "MediaWiki:Infographics Festivals"
Line 53: | Line 53: | ||
.box { position: relative }; | .box { position: relative }; | ||
− | .box.hovering { | + | .box.hovering:after { |
− | + | content:""; | |
− | + | position:absolute; | |
+ | top:4px; | ||
+ | left:4px; | ||
+ | width:5px; | ||
+ | height:5px; | ||
+ | box-shadow:0 0 0 2px white inset; | ||
} | } | ||
.box.selected:after { | .box.selected:after { |