-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
How to change slide background color for full presentation mode #1386
Comments
This was a bug – the background in fullscreen mode should automatically match the theme. Just added a fix for this and confirmed that it's working in Chrome OS X. |
Awesome. Works great! Thanks for fixing it quickly. |
@hakimel This bug seems to be back in Edit: seems to happen only in Firefox Developer Edition? Weirdly enough, this made it go away:
I see no red, though. |
Hi @hakimel - like @CyberShadow, I'm getting a black background in full-screen mode in Firefox 47.0, even though the background is white (as it should be) when not in full-screen mode. This was not happening in Firefox 46.x. Adding this fixes the issue, returning the full-screen background to white.
The issue is not present in Chrome 51.0.2704.84 or Safari 9.1.1. |
same here on firefox 47... |
same here for firefox 47.0 |
Just pushed a fix for this to the dev branch so all theme backgrounds will display correctly in fullscreen mode. Fullscreen ancestor selectors were moved from core |
This reverts commit b7e0d9b.
This reverts commit b7e0d9b.
This reverts commit b7e0d9b.
I have this issue again with a fresh pull... |
Can't seem to replicate this issue anymore with latest Firefox 57, should be fixed already. |
This reverts commit b7e0d9b.
When I have a theme configured (such as beige.css) and I press "F" to switch to full screen presentation mode, the slide background changes to black. How can I prevent the slide background color changing away from beige to black?
The only workaround I've found is to add a
data-background
property to eachsection
element:Surely there's a master setting somewhere that controls the background color when the slides are in F mode, right?
The text was updated successfully, but these errors were encountered: