Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3184

CSS for SAPUI5 controls

$
0
0

Hi Experts,

 

I tried to apply CSS to the SAP UI5  button control as below.

 

In the CSS file:

 

.myButton

{

              color: red !important;

  font-size: 14px;

              background-color: Grey;

}

 

in the Java script:

 

Button4_c2c5.addStyleClass("myButton");

 

 

But the CSS didn't applied.

 

Can any one tell how to apply CSS to SAPUI5 controls?

 

Regards,

Naga.


Viewing all articles
Browse latest Browse all 3184

Trending Articles