From 6987474c2e0200173347eb30e2ac47d67f9a4d6f Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 10 Feb 2021 02:30:31 +0300 Subject: [PATCH] v1.5.14 - Province/diplom. editors - emblems added --- index.css | 10 ++-------- index.html | 6 +++--- modules/burgs-and-states.js | 2 +- modules/coa-generator.js | 1 - modules/ui/diplomacy-editor.js | 9 ++++++--- modules/ui/provinces-editor.js | 5 +++-- modules/ui/states-editor.js | 2 +- 7 files changed, 16 insertions(+), 19 deletions(-) diff --git a/index.css b/index.css index 0adc7ba2..5244484c 100644 --- a/index.css +++ b/index.css @@ -1412,10 +1412,6 @@ div.states > .coaIcon { transition: all .4s ease-in-out; } -div.states > .coaIcon:hover { - transform: scale(8); -} - div.states > .coaIcon > use { pointer-events: none; } @@ -1523,12 +1519,10 @@ div.states.active { } div.states.Self { - border-color: #858b8e; - background-image: linear-gradient(to right, #f2f2f2 0%, #b0c6d9 100%); - font-style: italic; - font-weight: bold; margin-bottom: .2em; cursor: default !important; + padding: .2em 0 0 .5em; + font-weight: bold; } div.states button.selectCapital { diff --git a/index.html b/index.html index d8ed8b7f..ed7eb455 100644 --- a/index.html +++ b/index.html @@ -2427,7 +2427,7 @@