cancel
Showing results for 
Search instead for 
Did you mean: 

Custom CSS for Buttons in Design Studio

sumitdubey
Participant
0 Kudos

Dear Experts,

I am using the following custom CSS for the button component in design studio but the changes are not reflecting at all.

.myButton{ background: white; border: none; border-radius: 0; box-shadow: none; color: green; font-size: 11px;}

Fyi, I am using IE11 to run the dashboard.

Any suggestions.


Regards

Sumit

MustafaBensan
Active Contributor
0 Kudos

Sumit,

If you post a question and then resolve it yourself, it would be in the spirit of the community if you shared your solution so that others may benefit as well.

Regards,

Mustafa.

sumitdubey
Participant

Hi Mustafa,

Sure. I have tried the following code and it worked for me .

.sapMBtnInner {

font-size: 16px;

color: black;

font-weight: normal;

background-color: gray;

}

Regards

Sumit

MustafaBensan
Active Contributor
0 Kudos

Thank you.

Accepted Solutions (0)

Answers (0)