CSS override

979
1
12-22-2017 12:29 PM
deleted-user-OlpHy1NoMNug
Occasional Contributor II

Trying to override the css in the js 4.6 but I'm having difficulty.  I have a small logo on bottom left of map and in 4.6 a rectangular box-shadow is added which looks akward.  I've tried changing the CSS to just remove it but it's not accepting it.  Any ideas?

Scott

Tags (2)
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Scott,

  Have you tried adding a css rule to your app that has 

.esri-ui-corner .esri-component {
  box-shadow: unset;
}

.esri-ui-corner .esri-component {
  box-shadow: none;
}
0 Kudos