summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:20 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:20 +0200 |
commit | 356a76ce7cc9964ddb11a46b2c555ef3d3bdfb80 (patch) | |
tree | 71938491635ff0b0ea4330fdf812970a9360ae62 /src/map-editor/www | |
parent | 9a86bc7064fed626ecd1d3f03c7af30a5ef246c8 (diff) |
Can now select a template, clear selection.
Diffstat (limited to 'src/map-editor/www')
-rw-r--r-- | src/map-editor/www/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; |