2 problems in color-schemes with dark BG

Michael Goffioul goffioul at imec.be
Thu Jun 13 10:28:57 BST 2002


Here's the patch.

-- 
------------------------------------------------------------------
Michael Goffioul		IMEC-DESICS-MIRA
e-mail: goffioul at imec.be	(Mixed-Signal and RF Applications)
Tel:    +32/16/28-8510		Kapeldreef, 75
Fax:    +32/16/28-1515		3001 HEVERLEE, BELGIUM
------------------------------------------------------------------
-------------- next part --------------
Index: khtmlview.cpp
===================================================================
RCS file: /home/kde/kdelibs/khtml/khtmlview.cpp,v
retrieving revision 1.472
diff -u -3 -p -r1.472 khtmlview.cpp
--- khtmlview.cpp	2002/05/29 14:15:57	1.472
+++ khtmlview.cpp	2002/06/13 09:17:29
@@ -998,7 +998,7 @@ void KHTMLView::print()
         // (In Qt 3.0.x the default margins are hardcoded in Qt)
         m_part->xmlDocImpl()->setPrintStyleSheet( printer->option("app-khtml-printfriendly") == "true" ?
                                                   "* { background-image: none !important;"
-                                                  "    background-color: transparent !important;"
+                                                  "    background-color: white !important;"
                                                   "    color: black !important; }"
 						  "body { margin: 0px !important; }"
 						  "html { margin: 0px !important; }" : 


More information about the kde-core-devel mailing list