зеркало из https://github.com/mozilla/pjs.git
View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi
This commit is contained in:
Родитель
fbec1a2767
Коммит
06f2223b51
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче