How do I change the default text and color for jQuery UI MultiSelect Widget? -


i using jquery ui multiselect widget eric hynds

how change default bluish text "select options" different text , color? thanks!

this 1 coming jquery ui css

you need change below class whatever color need

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ color  :black; } 

note: :this may impact other places have used jquery ui classes.

if doing via jquery can add custom class , add color.

hope helps !!


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -