This commit is contained in:
Azgaar 2019-11-16 16:50:58 +03:00
parent d773ab609b
commit c54ee39c68
4 changed files with 39 additions and 12 deletions

View file

@ -106,7 +106,7 @@ button, select, a {
}
#statesBody, #provincesBody {
stroke-width: 2;
stroke-width: .6;
fill-rule: evenodd;
mask: url(#land);
}
@ -965,6 +965,12 @@ body button.noicon {
top: -3px;
}
#debug path.selected {
stroke-width: .8;
stroke: #da3126;
fill: none;
}
.selectedCell {
stroke-width: 1;
stroke: #da3126;