Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo.css: fix demo options not shown on Chrome
Chrome doesn't allow changing the background color of the <option> but it allows changing the text color. As a result, the text was white on a white background. Since Firefox allows background styling, the <option> background is standardized to white so it works the same in Firefox.
- Loading branch information