From 06f2223b51513af0d0efa1d6f5357d0a43a805f2 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Tue, 1 May 2001 03:19:46 +0000 Subject: [PATCH] View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi --- layout/html/document/src/viewsource.css | 6 +++--- layout/style/viewsource.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/html/document/src/viewsource.css b/layout/html/document/src/viewsource.css index d5fd5df69fd..501082f81f9 100644 --- a/layout/html/document/src/viewsource.css +++ b/layout/html/document/src/viewsource.css @@ -23,13 +23,13 @@ @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ html { - background-color: window; + background-color: white; } .viewsource { - font-family: -moz-fixed; + font-family: -moz-fixed, monospace; font-weight: normal; font-size: normal; - color: windowtext; + color: black; white-space: pre; } .start-tag { diff --git a/layout/style/viewsource.css b/layout/style/viewsource.css index d5fd5df69fd..501082f81f9 100644 --- a/layout/style/viewsource.css +++ b/layout/style/viewsource.css @@ -23,13 +23,13 @@ @namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ html { - background-color: window; + background-color: white; } .viewsource { - font-family: -moz-fixed; + font-family: -moz-fixed, monospace; font-weight: normal; font-size: normal; - color: windowtext; + color: black; white-space: pre; } .start-tag {