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

Firefox + white.css: Backgroundcolor switches to Black in Fullscreen #1624

Closed
emasch opened this issue Jun 21, 2016 · 1 comment
Closed

Firefox + white.css: Backgroundcolor switches to Black in Fullscreen #1624

emasch opened this issue Jun 21, 2016 · 1 comment

Comments

@emasch
Copy link

emasch commented Jun 21, 2016

Hi,
I use Version 3.3.0 (from bower.json) fo reveal.js. I've also seen those Tickets: #668, #1408 and #1516, but they doesn't fix the problem for white.css for Firefox on Mac OS.

If I toggle fullscreen via 'f', the background-color switches from white to black. I have to add the following css to change the color back:

    html:-webkit-full-screen-ancestor {
        background-color: #fff;
    }

    html:-moz-full-screen-ancestor {
        background-color: #fff;
    }

In the reveal.css the color is inherit, which means it usees the browser default, which is black in firefox 47.0 on Mac OS 10.11.

@hakimel
Copy link
Owner

hakimel commented Jun 21, 2016

Fixed by a12a17b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants