UI Colors

 From:  Michael Gibson
6325.2 In reply to 6325.1 
Hi Tom,

1 - near the top of moi.css look for .SidePaneBody

2 - in moi.css find:    moi\:PaletteHeader > .PaletteHeaderBackground

3 - in moi.css find: moi\:PaletteBody

4 - that's the on color for a <moi:StateButton> control, in moi.css find:    moi\:StateButton.on


You'd want to change the background-color: property on each of those.

- Michael