cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori - change tile color on mouse hover

former_member193947
Participant
0 Kudos

Hi,

My requirement is to change the color of the Fiori tile, when mouse hover happens. I tried CSS tags like .sapUshellTile:hover but they don't work. Have anybody tried to modify and was it working ? If yes, can you please let me know, how to implement ?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193947
Participant
0 Kudos

Thanks Arjun. Can you please let me know, where to implement the event handler ? I see the blog showing how to modify FioriLaunchpad.html file. Is it possible to do it in Plug-in without changing the FioriLaunchpad ?

former_member484715
Contributor
0 Kudos

You can create a custom event handler to implement this. To change the colour of the tile, go through the foll. link :

https://blogs.sap.com/2015/01/18/create-tiles-with-random-colors-in-fiori-launchpad/

For on hover, create an event handler and follow the steps in that blog.