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

viewer.css setting un-namespaced body and html styles #29

Open
daniel-halldorsson opened this issue Aug 15, 2018 · 0 comments
Open

viewer.css setting un-namespaced body and html styles #29

daniel-halldorsson opened this issue Aug 15, 2018 · 0 comments

Comments

@daniel-halldorsson
Copy link

on lines 255 - 269 of viewer.css pdf-js is setting un-namespaced body and html styles which is effecting our sites overall font size, family and body background colour.

html {
height: 100%;
width: 100%;
font-size: 10px
}

body {
height: 100%;
width: 100%;
background-color: #404040;
background-image: url(images/texture.png)
}

body, .pdfjs input, .pdfjs button, .pdfjs select {
font: message-box;
outline: 0
}

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