feat: style scale bar

This commit is contained in:
Azgaar 2023-12-03 14:13:43 +04:00
parent fec5f421ad
commit b9f3ff6da6
25 changed files with 540 additions and 246 deletions

View file

@ -1876,12 +1876,6 @@ div.editorLine {
margin: 0.4em 0 0 -0.9em;
}
#barBackColor {
width: 3.5em;
padding: 0px;
height: 1.2em;
}
#ruler {
cursor: move;
fill: none;
@ -1921,18 +1915,6 @@ div.editorLine {
stroke: #737373;
}
#scaleBar {
stroke: none;
fill: none;
cursor: pointer;
}
#scaleBar text {
fill: #353540;
text-anchor: middle;
font-family: var(--serif);
}
#militaryOptionsTable select {
border: 1px solid #d4d4d4;
}