I’ve been trying to figure out how to change the background color of rows & columns on a responsive form. I just want the top row on a responsive form to have a different background color. It should be easy, but nothing I’ve tried works. How do I do this?
Have a look at my screenshot.
You can see the first row in the outline view has been given an additional class “top-row” and that makes the background black and the text white. Is that what you were looking for?
Yes. I thought there was a way of doing this without adding my own class.
Thanks
It’s just a layout container, not a Servoy element with a bunch of properties…
How do I add the additional class (I’ve just started using Servoy and I’m still finding my way around). You have a testme.css file. I created “myStyle.css” and added it under the resources styles thinking I could reference it. It’s not working.
Styles under the resources node are for smart and webclient solutions, the new NG client uses one style sheet per solution that is referenced as a solution property from the media library. So click on the solution itself and check the styleSheet property (see my screenshot). The can create a style sheet directly from there, optionally having it filled with some servoy specific style examples.
I’ve been reading through documentation trying to figure out how to add a NG css.
Thanks, it’s working.
When I google “servoy wiki ng css” I end up right where that is explained (https://wiki.servoy.com/display/DOCS/St … e+NGClient)… No need to read everything.