ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How change font-size in select list for Awe().AjaxRadioList Odropdown ?
Title:
B
I
{code}
?
I try `@Html.Awe().AjaxRadioList("chLang").CssClass("setting").Odropdown(o => o.InLabel("Language: ")).DataFunc("utils.getItems(langs)").Value(Model.SelectedLang)` But it work only selected item I'd liket to change item style in select list of the `Odropdown`
Save Changes
Cancel
nutfergie
asked at 28 Apr 2018
you need to set style for the `.o-itm` css class, you could have found that out yourself using something like chrome web tools: https://developers.google.com/web/tools/chrome-devtools/inspect-styles/
at 29 Apr 2018
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK