cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Enterprise Workspaces - custom SWF styles - can`t change "filter workspaces" module icon

Former Member
0 Kudos

Hi all,

I was trying to add custom icons to Enterprise Workspaces, with Style inspector located needed styles to change - in my case - i needed to change "Filter workspaces" collapse and expand icon.

so I found place in CSS file :

/**

* Workspaces categories collapsable left panel

*/

.sapWorkspaceDirectoryLeftPanel {

    dropShadowEnabled: false;

    chromeColor: #ffffff;

    borderColor: #B9CBE1;

    borderAlpha: 1;

    borderThicknessLeft: 1;

    borderThicknessTop: 1;

    borderThicknessBottom: 1;

    borderThicknessRight: 1;

    headerHeight: 23;

    headerColors: #7fa7e0, #04357B;

    cornerRadius: 2;

    paddingRight: 2;

    paddingBottom: 6;

    closedWidth: 20;

    closeIcon: Embed(source="assets/workspaceDirectory/categoriesLeftPanel/titleExpand_arrow.png");

    openIcon: Embed(source="assets/workspaceDirectory/categoriesLeftPanel/titleCollapse_arrow.png");

    iconPaddingRight: 20;

    verticalGap:5;

    titleStyleName: "sapWorkspaceDirectoryLeftPanelTitle";   

}

changed icons, compiled CSS to SWF, uploded new style to workspace, but icons did not changed. Even if i remove all styles, filter section uses default expand and collapse icons(see attachment).

The second issue is with filter panel title - if you collapse it, title is still visible, only you can not see it because tile font color is white, but when you change font color, label remains visible.

any advice how to fix it??

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Edmunds Misjuns,

Can you please provide more details :

Which version of Enterprise Workspaces are you using?

Is the Expand/Collapse icon the only button that was not not replaced?

Thanks,

Itay Sagiv

SAP NW Portal and Enterprise Workspaces Product Owner