Colors are not reset on valuechain elements in Projects to Business Objective Mapping View

Post Reply
jmk
Posts: 137
Joined: 31 May 2012, 12:08
Location: France

I'm not sure what is going on here but I added the following lines in core_bl_bus_cap_2_change_footprint.xsl
after line 639 ($('.threeColModel_valueChainObject').css('background-color', '#c6bd9a')) and the view seems to work now :

Code: Select all

                        $('.threeColModel_valueChainObjectDouble').css('background-color', '#c6bd9a');
                        $('.threeColModel_valueChainColumnContainer').css('background-color', '#c6bd9a');
Post Reply