Toolbar button background color always white #1949
Unanswered
MarcoFFSiciliano
asked this question in
Q&A
Replies: 1 comment
-
You should be able to fix this by adding a CSS rule like this in the global html ngx-extended-pdf-viewer .html .toolbarField,
html ngx-extended-pdf-viewer select {
background-color: #fff !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i try to set the background color of the toolbar. The background color of the zoom dropdown and page number line-edit do not change / remain white. The 'normal' background changes correctly.
Any ideas how to do this?
Beta Was this translation helpful? Give feedback.
All reactions