diff --git a/index.css b/index.css index 457cc5f2..ad5ec3eb 100644 --- a/index.css +++ b/index.css @@ -205,6 +205,7 @@ i.icon-lock { } #religionHierarchy text, +#statesTree text, #provincesTree text { pointer-events: none; user-select: none; @@ -212,6 +213,12 @@ i.icon-lock { font-size: 11px; } +#statesTree circle { + filter: url(#dropShadow05); + stroke: #666666; + stroke-width: 1; +} + #provincesTree .selected { stroke: #c13119; stroke-width: 2; diff --git a/index.html b/index.html index f5031177..d9b6a5e7 100644 --- a/index.html +++ b/index.html @@ -2503,6 +2503,7 @@ +