forked from lix-project/hydra
build-graphs: Fix readability in dark mode
This commit is contained in:
parent
d0bc0d0eda
commit
6d146deaf0
|
@ -361,4 +361,17 @@ td.step-status span.warn {
|
||||||
div.modal-content {
|
div.modal-content {
|
||||||
background-color: #1f1f1f;
|
background-color: #1f1f1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Graphs
|
||||||
|
*/
|
||||||
|
div.flot-tooltip {
|
||||||
|
border: solid 1px white;
|
||||||
|
background-color: #1f1f1f;
|
||||||
|
color: #fafafa !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.flot-text {
|
||||||
|
color: #fafafa !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue