From e06356aa574e3293a19d3f30aa189c275ef253e5 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 13 Jan 2022 00:43:57 +0300 Subject: [PATCH] allow to edit MFCG link --- index.css | 6 +++--- index.html | 11 +++++++---- modules/ui/burg-editor.js | 20 +++++++++++++++++++- modules/ui/editors.js | 2 ++ utils/commonUtils.js | 21 ++++++++++++++------- 5 files changed, 45 insertions(+), 15 deletions(-) diff --git a/index.css b/index.css index 557eb84c..89d33e82 100644 --- a/index.css +++ b/index.css @@ -2277,10 +2277,10 @@ svg.button { left: 50%; top: 50%; transform: translate(-50%, -50%); - max-width: 22em; - background-color: #fff; + max-width: 23em; padding: 1.2em; - border: solid 1px #000; + background-color: var(--bg-dialogs); + border: solid 1px var(--dark-solid); font-size: 1.2em; z-index: 1000; } diff --git a/index.html b/index.html index 27d27e9e..369cddf7 100644 --- a/index.html +++ b/index.html @@ -2035,9 +2035,12 @@
- See in City Generator by Watabou. - Seed: - + See in City Generator by Watabou. +
+ Seed: + +
+
@@ -3656,7 +3659,7 @@