From 6517e231e8f3c2267ec68b4fd91750485228de39 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 21 Sep 2019 00:13:29 +0300 Subject: [PATCH] v1.0.44 --- index.css | 22 +++---- index.html | 92 ++++++++++++++++++----------- modules/ui/biomes-editor.js | 1 + modules/ui/burg-editor.js | 33 +++++++++++ modules/ui/burgs-editor.js | 2 +- modules/ui/cultures-editor.js | 1 + modules/ui/diplomacy-editor.js | 1 + modules/ui/heightmap-editor.js | 2 +- modules/ui/labels-editor.js | 9 ++- modules/ui/layers.js | 102 ++++++++++++++++++++++++--------- modules/ui/options.js | 18 ++++++ modules/ui/provinces-editor.js | 5 +- modules/ui/relief-editor.js | 1 + modules/ui/religions-editor.js | 1 + modules/ui/rivers-editor.js | 1 + modules/ui/routes-editor.js | 9 ++- modules/ui/states-editor.js | 1 + modules/ui/tools.js | 54 +++++++++-------- modules/ui/zones-editor.js | 1 + modules/utils.js | 8 +-- 20 files changed, 260 insertions(+), 104 deletions(-) diff --git a/index.css b/index.css index 2f077fa0..b442fd05 100644 --- a/index.css +++ b/index.css @@ -252,7 +252,7 @@ i.icon-lock { #brushCircle { stroke: #373737; stroke-width: 1.5px; - stroke-dasharray: 6; + stroke-dasharray: 7; stroke-linecap: butt; fill: none; } @@ -474,13 +474,7 @@ input[type="color"]::-webkit-color-swatch-wrapper { font-weight: bold; } -#styleContent button.styleButton { - font-size: 70%; - border-radius: 15%; - margin: 0; -} - -#styleContent button.presetButton { +#layersContent button.presetButton { position: absolute; height: 2em; border-radius: 15%; @@ -488,6 +482,13 @@ input[type="color"]::-webkit-color-swatch-wrapper { font-size: .7em; } +#styleContent button.styleButton { + font-size: 70%; + border-radius: 15%; + margin: 0; +} + +#layersContent button.active, #styleContent button:active { transform: translate(0px, 1px); } @@ -531,9 +532,10 @@ input[type="color"]::-webkit-color-swatch-wrapper { } .tab > button.options { - width: 23.25%; + /* width: 23.25%; */ + width: 18.6%; height: 100%; - padding: 7px 10px; + padding: 7px 0px; } button.options { diff --git a/index.html b/index.html index 77569b0a..a3faa870 100644 --- a/index.html +++ b/index.html @@ -890,13 +890,14 @@
- + +
-
+

Layers preset:

@@ -980,7 +983,7 @@ - Group + Group @@ -1460,7 +1463,7 @@
-

Toggle filters:

+

Toggle global filters:

@@ -2019,6 +2022,8 @@
+ + + @@ -2069,6 +2075,8 @@
+ + @@ -2201,6 +2209,7 @@
+ @@ -2226,6 +2235,14 @@
+ + + @@ -2322,8 +2339,8 @@