Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change the font family for placeholder text?

rohit_guptaMar 7 2017 — edited Jun 22 2017

I have a select list where I have put the placeholder code as:

<select id="SelIncludeInactRep" data-bind="ojComponent: {  component: 'ojSelect',

                                                            multiple: true,

                                                            value: includeInactRepVal,

                                                            placeholder: '--Select Value--',

                                                            rootAttributes: {style:'max-width:20em'}

                                                         }">

                    <option value="N">N</option>

</select>

I have put the default text in all my components as Arial, but I am not able to change the default text family of the placeholder text ('--Select Vale--' in this case) to arial. Would be grateful if someone can give me the css change that I need to do to change the text font to arial for the placeholder text.

Thanks in advance.

Comments
Post Details
Added on Mar 7 2017
5 comments
1,020 views