Fix console stream colors
With the latest zuul-web changes the console stream seems to inherit some properties which make the streamed text black on white. Set the according properties also on pre#zuulstreamcontent. Change-Id: Ic0cfd0dfaf743166b2533d3596aa00062ddb4537
This commit is contained in:
parent
d54d1a1b60
commit
53af1aec6a
@ -15,4 +15,7 @@ body#zuulstream {
|
||||
pre#zuulstreamcontent {
|
||||
white-space: pre;
|
||||
margin: 0px 10px;
|
||||
background-color: black;
|
||||
color: lightgrey;
|
||||
border: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user