I have imported my Servoy 6.0.7 solution into Servoy 6.1.2 and now the css styles doesn’t work.
Is there anything I have to think about or to do? It would be nice if I can use the “old” styles and don’t have to create them new for my whole solution.
I’m using the standard css inside Servoy.
In the form property styleName is set my style, but i can’t select the styleClass for e.g. a dataProvider field. Here an example:
. (dot) in CSS denotes a class, so it cannot be used inside the name of a class.
field.border.blk.9.left would mean : field with class border with class blk with class 9 with class left.
The new parser used in Servoy 6.1 is the one I use for Velocity, and it is much more CSS compliant, so what cannot work in a browser will certainly not work in Servoy.