v1.5.68 - style province labels

This commit is contained in:
Azgaar 2021-02-26 21:43:17 +03:00
parent c3173217d8
commit 89dbfcb8ae
3 changed files with 20 additions and 14 deletions

View file

@ -164,13 +164,6 @@ button, select, a {
fill: none; fill: none;
} }
#provinceLabels {
text-anchor: middle;
fill: "#18181a";
font-family: "Georgia";
font-size: 9px;
}
#rivers { #rivers {
stroke: none; stroke: none;
mask: url(#land); mask: url(#land);
@ -276,6 +269,7 @@ i.icon-lock {
to {stroke-dashoffset: 0} to {stroke-dashoffset: 0}
} }
#provinceLabels,
#burgLabels { #burgLabels {
dominant-baseline: alphabetic; dominant-baseline: alphabetic;
text-anchor: middle; text-anchor: middle;

View file

@ -2494,7 +2494,7 @@
<button id="provincesRecolor" data-tip="Recolor listed provinces based on state color" class="icon-paint-roller"></button> <button id="provincesRecolor" data-tip="Recolor listed provinces based on state color" class="icon-paint-roller"></button>
<button id="provincesPercentage" data-tip="Toggle percentage / absolute values views" class="icon-percent"></button> <button id="provincesPercentage" data-tip="Toggle percentage / absolute values views" class="icon-percent"></button>
<button id="provincesChart" data-tip="Show provinces chart" class="icon-chart-area"></button> <button id="provincesChart" data-tip="Show provinces chart" class="icon-chart-area"></button>
<button id="provincesToggleLabels" data-tip="Toggle province labels" class="icon-font"></button> <button id="provincesToggleLabels" data-tip="Toggle province labels. Change size in Menu ⭢ Style ⭢ Provinces" class="icon-font"></button>
<button id="provincesExport" data-tip="Save provinces-related data as a text file (.csv)" class="icon-download"></button> <button id="provincesExport" data-tip="Save provinces-related data as a text file (.csv)" class="icon-download"></button>
<button id="provincesManually" data-tip="Manually re-assign provinces" class="icon-brush"></button> <button id="provincesManually" data-tip="Manually re-assign provinces" class="icon-brush"></button>

File diff suppressed because one or more lines are too long