fix Bugzilla Bug 62678 View source uses background from prefs and hardcoded text color

fix by bzbarsky@mit.edu r=timeless, sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@92634 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2001-04-18 02:54:41 +00:00
parent bb890dd0d1
commit 8600da50ff
2 changed files with 8 additions and 2 deletions

View File

@ -22,10 +22,13 @@
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
html {
background-color: window;
}
.viewsource {
font-family: monospace;
font-weight: normal;
color: black;
color: windowtext;
white-space: pre;
font-size: 12px;
padding-top: 8px;

View File

@ -22,10 +22,13 @@
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
html {
background-color: window;
}
.viewsource {
font-family: monospace;
font-weight: normal;
color: black;
color: windowtext;
white-space: pre;
font-size: 12px;
padding-top: 8px;