cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Tiles on Home Page

Former Member
0 Kudos

Hello,

Is there any way to turn off the frequently used opacity settings in the new Fiori Launchpad?

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jared,

Could you share about business background of this requirement?

Regards, Masa

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Hi Masa,

There isnt really any background to this. We just recently upgraded and saw the tiles were different and after some looking around saw that it was because of frequently used apps are less transparent than others.

I was just wondering if this could be switched on and off?

Thanks

Jared

Former Member
0 Kudos

Hi Jared,

I'm assuming you've solved this with a custom theme.

One way to override this is to apply your own CSS to the tile elements permanently.  You will need to develop a custom theme based off "Blue Crystal".  I would suggest making a copy of it and making modifications.

Once you've copied it you will need to identify the HTML DOM object you'd want to modify.  In the case of a Fiori tile if you hover over you'll find that the class name for the highest UI control is '.sapUshellTile'.

In the theme editor you simply goto the CSS editor and find the class ID and you should find something like this:

.sapUshellTile{

background-color: (place settings here).

}

Hope that helps.

Regards,

Ben