From 520551b14c0e78b1efd69f24755eb9a98f997c45 Mon Sep 17 00:00:00 2001 From: Guillaume St-Pierre Date: Wed, 7 Dec 2022 21:01:13 -0500 Subject: [PATCH] Add the basis for locking everything, code and test the culture locking --- index.css | 4 +- index.html | 10 ++-- modules/cultures-generator.js | 52 +++++++++++++++++++-- modules/dynamic/editors/cultures-editor.js | 21 +++++++++ modules/dynamic/editors/religions-editor.js | 21 +++++++++ modules/dynamic/editors/states-editor.js | 16 +++++++ modules/ui/provinces-editor.js | 16 +++++++ 7 files changed, 130 insertions(+), 10 deletions(-) diff --git a/index.css b/index.css index 58e92533..12f94071 100644 --- a/index.css +++ b/index.css @@ -1438,7 +1438,9 @@ div.states .icon-trash-empty, div.states .icon-eye, div.states .icon-pin, div.states .icon-flag-empty, -div.states .icon-cw { +div.states .icon-cw, +div.states .icon-lock, +div.states .icon-lock-open { cursor: pointer; } diff --git a/index.html b/index.html index 621428ac..d17f7072 100644 --- a/index.html +++ b/index.html @@ -2017,11 +2017,11 @@ - - - + + -