Choosing Button color in the properties area.
3598
Views
7
Comments
Implemented
Frontend (App Interfaces)
OutSystems 10

Hi everyone,


It would be great if we could change a Button background color ,and inside text color, in the properties area just like we define the visibility.

It could save a lot of time, instead of creating various classes in the css for diferent colored buttons.


cheers

how to change the icon color in on click event?

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

Err, css-classes are better, because (when) you have to change it, it would only be in the css,

otherwise you end up with a ziliion extra "style" in the html.

and you need to change every page where a certain color is..



Hi j,

I agree with you, but, but this idea would be plausable and "applyable" for a single, or lonely, button, 

for exemple, a single button that we want to change the color just in this single button. 

Increasing the css lengh with a class just for changing the background color of a unique button, it is , in my view, not a elegant solution,


cheers



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

I see, but why, if it's just for 1 button, use the extended properties and set it with style?


My goal would be making the css smaller and less confusing,


cheers.

The idea has the same principle as the extended properties for containers, were we can just define the left and top margin on the extended properties or we can choose creating a css class,


cheers.

2014-02-07 17-02-43
Vasco Pessanha

Hi André,

With the release of the Styles Editor you can now change the widgets styles using low-code, with simple properties :)