зеркало из https://github.com/mozilla/gecko-dev.git
Bug 475268. Make sure to not set background without setting color in XML prettyprinting. r+sr=sicking
This commit is contained in:
Родитель
bfefa72659
Коммит
f563eeab75
|
@ -40,11 +40,11 @@
|
||||||
|
|
||||||
*|*:root {
|
*|*:root {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
#viewsource {
|
#viewsource {
|
||||||
font-family: -moz-fixed;
|
font-family: -moz-fixed;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: black;
|
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
#viewsource.wrap {
|
#viewsource.wrap {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче