Barcode printing and themes issue #749
-
What is the problem you are trying to solve with this feature?If you are running with dark mode theme, then when you go to print labels it will print with a black background wasting loads of printer ink. What is the solution you are proposing?can the printable bit ignore the theme? the entire page can still use it, but the div to be printed should still be black on white. What alternatives have you considered?you can flip the theme just for printing, but thats a pain Additional contextNo response Contributions
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Oh wow, yeah, that section should have a white background and fonts should be set to pure black. |
Beta Was this translation helpful? Give feedback.
-
So my PR should make this display better, but just so you know, in my testing, printing the page does not actually print the black, it just looks that way online (so still good to fix) - the print preview should show a white page with black text - are you saying that you actually printed a page that came out black? |
Beta Was this translation helpful? Give feedback.
-
I didnt print it, but in print preview it has a black background. i will try printing it now |
Beta Was this translation helpful? Give feedback.
-
yeah it does print with a black background. also, while testing this i noticed that the halloween theme does not allow the containing page to be visible properly. its very hard to read and some of it is black on black |
Beta Was this translation helpful? Give feedback.
Just wrote my first PR to help with this (I hope) - as my first PR to this repo so no guarantee it will be accepted.