Rama Rao M
Rama Rao M

Reputation: 3051

CSS3 is not working in SAP BSP

I am trying to use css3 styles(like border-radius,box-shadow) in my bsp application.But these new styles are not applied in BSP. I have tried by replacing the BSP tag to too.But the existed elments(like table,listbox etc.) do nto work properly.The entire alignment has been destroyed. Can I know the reason?

Upvotes: 0

Views: 645

Answers (1)

tomdemuyt
tomdemuyt

Reputation: 4592

Okay, so you want to use the standard BSP libraries and you want to use css3 ? I am not sure that can be done. I would drop the standard libraries and start using the jQuery UI and Bootstrap libraries.

Especially as the standard BSP libraries are aging very badly.

Upvotes: 1

Related Questions