fix: fix casing for z-index
The CSS-property z-index had some faulty casings. Only occurs in src/ol/ol.css
This commit is contained in:
+3
-3
@@ -39,13 +39,13 @@
|
|||||||
height: 15px;
|
height: 15px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
float: right;
|
float: right;
|
||||||
z-Index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.ol-scale-step-text {
|
.ol-scale-step-text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
z-Index: 11;
|
z-index: 11;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
|
text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
|
||||||
}
|
}
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
.ol-scale-singlebar {
|
.ol-scale-singlebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
z-Index: 9;
|
z-index: 9;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user