style for scalebar
with new class in css and remove the hardcoded background Co-Authored-By: Andreas Hocevar <211514+ahocevar@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
will-change: contents, width;
|
||||
transition: all 0.25s;
|
||||
}
|
||||
.ol-scale-line-bar-dark{
|
||||
background-color: #000000;
|
||||
}
|
||||
.ol-scale-line-bar-light{
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.ol-scale-bar {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user