jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook
https://ipywidgets.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.13k stars 948 forks source link

Styling Issue of Dropdown - Options menu #2255

Open IamViditAgarwal opened 5 years ago

IamViditAgarwal commented 5 years ago

I have created a Dropdown widget using Ipywidgets library of Python , The Dropdown is rendered as the Select HTML tag by the browser on screen, Now I want to customize its style according to my CSS. I have styled the Select tag but facing issue in styling the

For this Issue: I have searched, and got the feedback as You cannot style options tag bcz it is rendered by the OS, not HTML. So is there a way by Ipywidgets lib or a custom setting that by which I can custom style