From f5bc33b171c4afaf6614e8ff9607fb621a9b0024 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 16 Sep 2019 21:53:20 +0300 Subject: [PATCH] 1.0.39 --- index.css | 7 +++ index.html | 1 + modules/burgs-and-states.js | 2 +- modules/save-and-load.js | 2 +- modules/ui/provinces-editor.js | 4 +- modules/ui/religions-editor.js | 2 +- modules/ui/states-editor.js | 97 ++++++++++++++++++++++++++++++++++ 7 files changed, 110 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 457cc5f2..ad5ec3eb 100644 --- a/index.css +++ b/index.css @@ -205,6 +205,7 @@ i.icon-lock { } #religionHierarchy text, +#statesTree text, #provincesTree text { pointer-events: none; user-select: none; @@ -212,6 +213,12 @@ i.icon-lock { font-size: 11px; } +#statesTree circle { + filter: url(#dropShadow05); + stroke: #666666; + stroke-width: 1; +} + #provincesTree .selected { stroke: #c13119; stroke-width: 2; diff --git a/index.html b/index.html index f5031177..d9b6a5e7 100644 --- a/index.html +++ b/index.html @@ -2503,6 +2503,7 @@ +