cancel
Showing results for 
Search instead for 
Did you mean: 

header & button images

Former Member
0 Kudos

Hello all,

Does anybody know what the location on the server is where images of buttons and headers of visual composer apps can be changed?

Changing colours in the files 15595730 and 1808630 works and in this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/changing+colors&">topic</a> is mentioned that for changing buttons and header you need to replace images on the server.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vinoth.M,

Thanks for your reply. I found that directory already and there are no images there corresponding to the pushbuttons or the panel header.

The code making up the panel suggests that editing the colors in the code is possible, but it doesn't work.

DefaultFlexFrameStyle.Panel = {

'vertical-gap': 0,

'border-thickness': 1,

'corner-radius': 3,

'border-thickness': 1,

'vertical-gap': 0,

'margin-top': -1,

'margin-bottom': -1,

'margin-top': -1,

'margin-bottom': -1,

'header-height': 21,

'drop-shadow': 'true',

'panel-border-style':'roundCorners',

'color': '#000916',

'background-color': '#FFFFFF',

'border-color': '#000916',

'header-colors': '[#ca0d26,#ffffff]',

'footer-colors': '[#BAD2E8,#BAD2E8]'

};

Changing 'header-colors' in DefaultFlexFrameStyle.DateChooser works, but the same trick doesn't go for the panel header and the buttons.

I'm really curious how these styles are made, anybody any ideas?

(we don't have have SP11 yet, do I can't use the portal theme)

Former Member
0 Kudos

Hi Janssen,

Find the images under

\usr\sap\J2E\JC01\j2ee\cluster\server0\apps\sap.com\vc_client\servlet_jsp\VCRes\root\webContent\VisualComposer\6.00\res\studio\visuals

Hope it Helps.

Regards,

Vinoth.M