From 356a76ce7cc9964ddb11a46b2c555ef3d3bdfb80 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 13 Jul 2018 18:54:20 +0200 Subject: Can now select a template, clear selection. --- src/map-editor/www/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/map-editor/www') diff --git a/src/map-editor/www/style.css b/src/map-editor/www/style.css index 836a84c..ea9b8ea 100644 --- a/src/map-editor/www/style.css +++ b/src/map-editor/www/style.css @@ -355,6 +355,20 @@ .map-tile-icon {z-index: 0; position: absolute; background-size: 300%;} +.map-tile {background-size: 300%;} + +.map-tabmenu-tiles-tab +{ + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +.map-tabmenu-tiles-tab .map-tile +{ + margin: 0.1em; +} + .map-tile-selected { border: 1px dashed white; -- cgit v1.2.3-70-g09d2