From 4d7408182138250fd183c4ddc82d692b25abc162 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 5 May 2021 00:19:51 +0300 Subject: [PATCH] basic resource editor screen - icons --- index.css | 14 ++++++++++++++ index.html | 12 ++++++------ modules/ui/resources-editor.js | 9 ++++++--- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/index.css b/index.css index e44c49da..9d2bab2b 100644 --- a/index.css +++ b/index.css @@ -1448,6 +1448,20 @@ div.states > .coaIcon > use { pointer-events: none; } +div.states > .icon { + margin: 0; + cursor: pointer; + vertical-align: middle; +} + +div.states > .model { + width: 7em; +} + +div.states > .icon > * { + pointer-events: none; +} + #diplomacyBodySection > div { cursor: pointer; } diff --git a/index.html b/index.html index 8cbd97f1..592dd2b7 100644 --- a/index.html +++ b/index.html @@ -3003,12 +3003,12 @@