Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo.css: fix demo options not shown on Chrome #5

Merged
merged 1 commit into from
Jan 10, 2021

Commits on Jan 8, 2018

  1. 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.
    mdamien authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    b7b4d68 View commit details
    Browse the repository at this point in the history