mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
1.0.39
This commit is contained in:
parent
ed720300ff
commit
f5bc33b171
7 changed files with 110 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue