Corner Radius On Forms/Tabpanels?

It seems that there is a problem on FORMS and TABPANELS when you use a SpecialMatte with a rounding radius OR a RoundedWebBorder with a rounding radius OR a style with the border-radius property.

The rounded part doesn’t show up. Tried in Chrome, Firefox, IE 11… anyone come up with a workaround (besides using a label as a “backer”)?

This is Developer 7.2 (build 2013), Windows 7, Java 1.7.0_45, Chrome

Capture.JPG

Whoa, old school – don’t touch those settings lol. Use css in your style sheets. And for css Servoy’s styles doesn’t support (I do seem to remember there being issues with border-radius), make sure you have Harjo’s alternative css project installed and put your css in there. Last resort customization is to use web client utils plug to grab various objects and assign css to them directly.

Not good with coming up with the correct css? http://css3.mikeplate.com/ to the rescue.

david:
Whoa, old school

:lol: :lol:

I already do use Harjo’s AWESOME alternate css stuff.

I do use styles on everything (but wanted to try all alternatives just in case).

Thanks David!