Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as =================================================================== diff -u -r1bbb544a0561892b2332aeb2827b7c863a82b798 -rdb876127fb9cee24565556753f3a988ac482b75e --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision 1bbb544a0561892b2332aeb2827b7c863a82b798) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision db876127fb9cee24565556753f3a988ac482b75e) @@ -114,6 +114,8 @@ trace('setstyle'); //Pass it up the inheritance chain to set any inherited styles or non-custom/LAMS style properties super.setStyle(styleName,styleObj); + //Pass on to the scrollpane as the theme color doesn't seem to inherit correctly from the Window parent + scrollPane.setStyle(styleName,styleObj); //If the button style is to be set then set it if(typeof(styleObj)=='object'){ if(styleName=='closeButton'){