[kmymoney] [Bug 429469] Text not visible in print-out when using dark theme
Paul Worrall
bugzilla_noreply at kde.org
Sun Aug 18 11:17:43 BST 2024
https://bugs.kde.org/show_bug.cgi?id=429469
--- Comment #6 from Paul Worrall <p.r.worrall at gmail.com> ---
FYI, by trial and error I found I also needed to add this line to the CSS file:
@media print {
.
.
.
table.report td {/*styles table cells- but not background color*/
text-align: right;
color: black; /*add this line to force black text when printing from dark
desktop theme*/
}
.
.
}
I use KMM 5.1.3 on Linux
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list