commit c52ab44a55d3cc1e0c101204208b02be7f459795
parent 84872d50d30a1ab27ba0b8107da9fda455b4108d
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Wed, 22 Feb 2017 01:42:28 +0300
[tracks] blur for ticks labels
Diffstat:
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/lib/leaflet.polyline-measure/measured_line.css b/src/lib/leaflet.polyline-measure/measured_line.css
@@ -14,12 +14,13 @@
white-space: nowrap;
font-weight: bold;
transform-origin: 0 0;
- text-shadow: 1px 0 0 #fff,
- 1px 1px 0 #fff,
- 0 1px 0 #fff,
- -1px 1px 0 #fff,
- -1px 0 0 #fff,
- -1px -1px 0 #fff,
- 0 -1px 0 #fff,
- 1px -1px 0 #fff;
+ text-shadow:
+ 1px 0 2px #fff,
+ 1px 1px 1px #fff,
+ 0 1px 1px #fff,
+ -1px 1px 1px #fff,
+ -1px 0 1px #fff,
+ -1px -1px 1px #fff,
+ 0 -1px 1px #fff,
+ 1px -1px 1px #fff;
}
\ No newline at end of file