cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Radio Button selection color in Lumira Designer 2.1?

chandrasekhar6
Participant
0 Kudos

Hi Team,

I am using below SCN link:

https://answers.sap.com/questions/503887/how-to-select-set-of-dimension-using-radio-button.html

created a CSS code for Radio button background, font color.,

.myRadioButton .sapMLabel{
font-weight: bolder;
font-size: 20px;
background: green;
color: yellow;
}

Radio button screenshot:

In above Radio button how to change Selection color,

how to change selected blue color to any another color,

Please help me in the above scenario.

Thanks,

Chandrasekhar.K

Accepted Solutions (1)

Accepted Solutions (1)

howsy
Explorer
0 Kudos

Here's the code:

.myClass .sapMRbSel .sapMRbBInn { background-color: yellow; }

Regards,
Chris

chandrasekhar6
Participant
0 Kudos

Thank you Chris.

It's working.

Answers (0)