Merge pull request #1155 from helsinki-systems/fix/graph-readability
build-graphs: Fix readability in dark mode
This commit is contained in:
commit
4c41ca08e1
@ -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…
x
Reference in New Issue
Block a user