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:
parent
bb890dd0d1
commit
8600da50ff
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user