button appeared

This commit is contained in:
vershwal
2018-05-21 16:06:59 +05:30
parent 5555b61e87
commit eb8bf19b78
2 changed files with 33 additions and 0 deletions
+29
View File
@@ -318,3 +318,32 @@ text.gpxlabel-halo {
stroke-miterlimit: 1;
}
/* MVT Paths */
.layer-mvt {
pointer-events: none;
}
path.mvt {
stroke: #ff26d4;
stroke-width: 2;
fill: none;
}
text.mvtlabel-halo,
text.mvtlabel {
font-size: 10px;
font-weight: bold;
dominant-baseline: middle;
}
text.mvtlabel {
fill: #ff26d4;
}
text.mvtlabel-halo {
opacity: 0.7;
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
+4
View File
@@ -2521,6 +2521,10 @@ div.full-screen > button:hover {
transform: rotateY(180deg);
}
[dir='rtl'] .list-item-mvt-browse svg {
transform: rotateY(180deg);
}
/* make sure tooltip fits in map-control panel */
/* if too wide, placement will be wrong the first time it displays */
.layer-list li.best .tooltip-inner {