measured_line.css (616B)
1 .measure-tick-icon { 2 line-height: 0; 3 margin-left: 0 !important; 4 margin-top: 0 !important; 5 opacity: 0.85; 6 pointer-events: none; 7 } 8 9 .measure-tick-icon-text { 10 padding-left: 0.7em; 11 color: black; 12 font-family: Verdana, Arial, sans-serif; 13 font-size: 10px; 14 white-space: nowrap; 15 font-weight: bold; 16 transform-origin: 0 0; 17 text-shadow: 18 1px 0 2px #fff, 19 1px 1px 1px #fff, 20 0 1px 1px #fff, 21 -1px 1px 1px #fff, 22 -1px 0 1px #fff, 23 -1px -1px 1px #fff, 24 0 -1px 1px #fff, 25 1px -1px 1px #fff; 26 }