Page 1 of 1

Bug: Printing forum messages gets grey background

Posted: Tue May 03, 2016 2:48 pm
by jeroenp
Whenever I try to print pages on the forum, I get a grey background, see the below example:

Image

The cause is that http://forum.mikrotik.com/styles/Mobber ... -slate.css overwrites the print media settings in http://forum.mikrotik.com/styles/Mobber ... version=33

This is the part that overwrites it:
/* primary-color-darkest */
html, #page-footer, #simple-wrap .copyright, .carousel .item {
  background-color: #373d4e; }
Please have that fixed:

1. In http://forum.mikrotik.com/styles/Mobber ... version=33 force a background colour for html
2. Ensure that http://forum.mikrotik.com/styles/Mobber ... version=33 gets higher priority than the theming.

Alternatively (since the html colours seem to be overwritten everywhere in the non-print CSS):

- yank the `background-color: #373d4e;` from the themes.

--jeroen