I am trying to modify Flexviewer for one of my Flex application. Our client want to change the selected feature filled color for Select widget and QueryAttribute widget. Can anyone tell me where is the piece of code that I need to change for doing that?
Change the following line to whatever color you want - private var graphicPolySym:SimpleFillSymbol = new SimpleFillSymbol("solid", 0xFF0000, 0.5, graphicLineSym);