diff --git a/index.css b/index.css
index c327c8b7..7e4ba024 100644
--- a/index.css
+++ b/index.css
@@ -37,6 +37,10 @@ input {
text-indent: 1px;
}
+input:read-only {
+ cursor: default;
+}
+
textarea {
padding: 2px;
text-indent: 1px;
@@ -121,6 +125,11 @@ button, select, a, .pointer {
pointer-events: none;
}
+#armies text {
+ pointer-events: none;
+ user-select: none;
+}
+
#statesBody, #provincesBody, #relig, #biomes, #cults {
stroke-width: .6;
fill-rule: evenodd;
@@ -209,29 +218,6 @@ i.icon-lock {
cursor: pointer;
}
-#armies rect {
- stroke-width: .3;
- stroke: #000;
-}
-
-#armies text {
- pointer-events: none;
- user-select: none;
- stroke: none;
- fill: #fff;
- text-shadow: 0 0 4px #000;
- font-size: 6px;
- dominant-baseline: central;
- text-anchor: middle;
- font-family: Helvetica;
-}
-
-#regimentBase {
- stroke-width: .3;
- stroke: #000;
- cursor: move;
-}
-
.chartInfo {
text-align: center;
font-family: sans-serif;
diff --git a/index.html b/index.html
index 175ee49e..c9676d1d 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,20 @@