From 9a86bc7064fed626ecd1d3f03c7af30a5ef246c8 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 13 Jul 2018 17:57:01 +0200 Subject: Got the rectangle mode to work. --- src/map-editor/www/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/map-editor/www') diff --git a/src/map-editor/www/style.css b/src/map-editor/www/style.css index fee293f..836a84c 100644 --- a/src/map-editor/www/style.css +++ b/src/map-editor/www/style.css @@ -354,3 +354,21 @@ .map-tile-variant-8 {background-position: 200% 200%;} .map-tile-icon {z-index: 0; position: absolute; background-size: 300%;} + +.map-tile-selected +{ + border: 1px dashed white; +} + +.map-tile-square-corner +{ + animation-name: blinking; + animation-duration: 1s; + animation-iteration-count: infinite; +} + +@keyframes blinking { + 0% {opacity: 1;} + 50% {opacity: 0;} + 100% {opacity: 1;} +} -- cgit v1.2.3-70-g09d2