Hi guys,
The following CSS code manages to apply the transparency, but the option items are all in grey.
Is there any way to apply a custom background color without losing the transparency on closed mode?
Code:
select {
font-size: 9pt;
margin-top: 5px;
background-color: transparent;
color: #DB3C42;
}
Thanks