Custom Colors for Tile Icons
2317
Views
5
Comments
Implemented
OutSystems UI

Currently to modify the background colour of a Tile Icon we have to select an existing static entity created:


These can be modified via CSS but if I want a few shades of green I have to use the slots of other static entity names to hold that colour, example use 'Gray' to a green shade colour.
Would be great to add more colours and name them whatever we are comfortable with (no need for fights over purple vs lilac with OS!)

2016-04-21 20-09-55
J.
 
MVP

I agree, not sure how to solve it nicely with keeping the statics :)


Changed the category to
Components
2018-03-22 14-42-46
Pedro Teixeira
Changed the status to
Working on it
expected delivery in Q4 2018

Hi Andre,

I have two things for you on this one that will be available in the next OutSystems UI Web framework

First, we have increased the  offer of pre-defined colors, meaning that you will count with some gradients. And if that is not enough, all the patterns will count with an extensibility option that will allow you adding that custom color that you need.

Would this help you?

That's great!
Thanks for the update Pedro.

Changed the category to
OutSystems UI
and the status to
Implemented
on 26 Sep 2018

Hello André,

With the release of OutSystems UI Web, we added the possibility of using any color as and Extended Class parameter. This provides a good balance between extensibility and not having 30+ colors in a static entity.

https://outsystemsui.outsystems.com/OutSystemsUILiveStyleGuide/Color.aspx

If you're using Silk UI, you can use the transparent color and wrap the Tile in a container with the right background color CSS class.

I hope this helps. Cheers