View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@93517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user