This commit is contained in:
Azgaar 2019-09-14 01:20:59 +03:00
parent 1ad74e6e3d
commit 0bafcc33ca
4 changed files with 152 additions and 10 deletions

View file

@ -191,7 +191,7 @@ i.icon-lock {
cursor: pointer;
}
#religionInfo {
.chartInfo {
text-align: center;
font-family: sans-serif;
font-style: italic;
@ -204,13 +204,24 @@ i.icon-lock {
cursor: move;
}
#religionHierarchy text {
#religionHierarchy text,
#provincesTree text {
pointer-events: none;
user-select: none;
stroke: none;
font-size: 11px;
}
#provincesTree .selected {
stroke: #c13119;
stroke-width: 2;
}
#provincesTree .selected {
stroke: #c13119;
stroke-width: 2;
}
.dragLine {
marker-end: url(#end-arrow);
stroke: #333333;
@ -1293,6 +1304,11 @@ div.states.selected {
background-image: linear-gradient(to right, #f2f2f2 0%, #ebe7e7 50%, #E5DADB 100%);
}
div.states.active {
border: 1px solid #c4c4c4;
background-image: linear-gradient(to right, #dedede 100%, #f2f2f2 50%, #fcfcfc 0%);
}
div.states.Self {
border-color: #858b8e;
background-image: linear-gradient(to right, #f2f2f2 0%, #b0c6d9 100%);