diff --git a/index.css b/index.css index 457cc5f2..2f077fa0 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,11 +213,13 @@ i.icon-lock { font-size: 11px; } -#provincesTree .selected { - stroke: #c13119; - stroke-width: 2; +#statesTree circle { + filter: url(#dropShadow05); + stroke: #666666; + stroke-width: 1; } +#statesTree circle.selected, #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 @@ +