[FIX] point_of_sale: I see a chrome receipt and I want it painted black ;)

This commit is contained in:
Frederic van der Essen 2014-11-13 12:03:11 +01:00
parent 15763ebf28
commit 5d2ea60157
1 changed files with 3 additions and 0 deletions

View File

@ -1118,6 +1118,9 @@ td {
} }
@media print { @media print {
* {
color: black !important;
}
.oe_leftbar, .oe_leftbar,
.pos .pos-topheader, .pos .pos-topheader,
.pos .pos-leftpane, .pos .pos-leftpane,