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

Styling issues with deck.js's "web 2.0" theme #24

Open
jblashill opened this issue Jun 12, 2013 · 1 comment
Open

Styling issues with deck.js's "web 2.0" theme #24

jblashill opened this issue Jun 12, 2013 · 1 comment

Comments

@jblashill
Copy link

Just installed your extension and it looks like the "web-2.0" theme of deck.js doesn't play nice with codemirror styles. There may not be much you can do about it short of hacking in some CSS to undo "web-2.0" styling where codemirror styles are present. But I just wanted to bring it to your attention..

deckjscodemirrorbug

@jblashill
Copy link
Author

If it's useful to anyone, here are the css "undos" I added to my deck.js presentation's CSS to fix the above styling issues:

.deck-container .slide .CodeMirror-lines {
    background: white;
}

.csstransforms.boxshadow .deck-container .slide .CodeMirror pre:before,
.csstransforms.boxshadow .deck-container .slide .CodeMirror pre:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

1 participant