12 lines
247 B
CSS
12 lines
247 B
CSS
#scaleBarOptions {
|
|
display: none;
|
|
}
|
|
|
|
.ol-scale-bar-inverted .ol-scale-singlebar-even {
|
|
background-color: var(--ol-background-color);
|
|
}
|
|
|
|
.ol-scale-bar-inverted .ol-scale-singlebar-odd {
|
|
background-color: var(--ol-subtle-foreground-color);;
|
|
}
|