This commit is contained in:
Azgaar 2019-09-16 21:53:20 +03:00
parent ed720300ff
commit f5bc33b171
7 changed files with 110 additions and 5 deletions

View file

@ -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;