summaryrefslogtreecommitdiff |
diff options
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; |