background color of legend widget

284
0
04-13-2021 09:00 AM
by Anonymous User
Not applicable

Hi everyone,

I am very new to Javascript coding, have looked in the ESRI Community for an answer to my question and while I have found similar questions, I have not seen mine posted nor was I able to apply similar posts suggestions to my question.

I am trying to change the background color of the legend widget to something other than white because some of the symbology being used is in yellow and it is hard to read in the legend widget.

I am using web appbuilder developer edition 2.19 with the foldable theme.

In another post, I found an example of changing the background color of a widget using the launchpad theme by adding the following code to the ...\themes\LaunchpadTheme\common.css:

.jimu-panel.jimu-launchpad-panel {
background-color: green;
}

when I try to make the same change for my foldable theme the change does not work,

.jimu-panel.jimu-foldable-panel {
background-color: green;
}

Thanks,

Carlos

 

 

 

 

0 Kudos
0 Replies