RadzenNumeric background-color

Hi,

It's not possible to change the RadzenNumeric component background-color ?

I try this :

  <RadzenNumeric style="background-color: rgba(15, 232, 2, 0)" Value="123456" Name="Numeric0" TValue="int">
    </RadzenNumeric>

but I don't have any change :
image

This style is applied on surrounding SPAN element - you will need to use CSS. Check the component structure with your browser devtools.

1 Like

thanks I have a little error, actually I used rgba with transparency = 0
style="background-color: rgba(15, 232, 2, 100)"