mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
feature(hierarchy tree): dynamically load, control dialog
This commit is contained in:
parent
b9a578e0be
commit
6e5e570c90
8 changed files with 639 additions and 573 deletions
|
|
@ -254,13 +254,6 @@ i.icon-lock {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
#hierarchy .selected {
|
||||
stroke: #c13119;
|
||||
stroke-width: 1;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#hierarchy text,
|
||||
#statesTree text,
|
||||
#provincesTree text {
|
||||
pointer-events: none;
|
||||
|
|
@ -281,7 +274,7 @@ i.icon-lock {
|
|||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.dragLine {
|
||||
.regimentDragLine {
|
||||
marker-end: url(#end-arrow);
|
||||
stroke: #333333;
|
||||
stroke-dasharray: 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue