forked from lix-project/hydra
Merge pull request #1155 from helsinki-systems/fix/graph-readability
build-graphs: Fix readability in dark mode
This commit is contained in:
commit
4c41ca08e1
1 changed files with 13 additions and 0 deletions
|
@ -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