Hi all,
I am trying to add scale bar box-shadow. Is it possible?
Thank you,
Alex
Hi Alex,
Update:
Add below style class.
.esriScalebarMetricLine{ box-shadow: 5px 5px 2px #888888; }
.esriScalebarRuler{ box-shadow: 5px 5px 2px #888888; }
Above will not work when scalebar style is line and unit is english. You can use .esriScalebarEnglishLine{ box-shadow: 5px 5px 2px #888888; } for this scenario but the style looks awkward (last image)
Below are the output, if this is what you are looking for,
Line & Dual:
Ruler & English;
Line & English:
Thank you! That is it!
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.