Drawing object tooltips (ESRI javascript api) style

277
1
04-08-2018 12:04 AM
BrianBorg
New Contributor

I need help on how to change the style (css) of the Drawing object tooltips (ESRI javascript api)

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Brian,

   Sure just add a css override:

      .map .esriMapTooltip {  
        background-color: red;
        color: white;
        border: 1px solid white;  
      }
0 Kudos