- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
The dropdown menu is here: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
I’d like to change the CSS of the dropdown elements in a <select>
element in dev tools, but I can’t make the dropdown stay open.
You must log in or register to comment.
The actual panel with options is not part of the website and the website only has very limited control of styling of the items inside it. You can really only change the background-color of the panel, or individual options as well as the foreground-color.
The panel is part of the Firefox window and as such you would use browser toolbox with option to disable popup autohide after which you can inspect it via browser toolbox. But it is inaccessible to website devtools.