Add green background color for WAIT state

This commit is contained in:
Fabrice Niessen 2015-06-13 12:17:17 +02:00
parent 4aba4ba646
commit 20e536702c
2 changed files with 11 additions and 0 deletions

View File

@ -991,6 +991,10 @@ h2.footnotes{
color: #fff;
}
.WAIT, .nilWAIT{
background-color: #6AB097;
}
.done{
background-color: #6ab0de;
padding: 0px 4px;

View File

@ -1161,6 +1161,10 @@ h2.footnotes{
color: #fff;
}
.WAIT, .nilWAIT{
background-color: #6AB097;
}
.done{
background-color: #6ab0de;
padding: 0px 4px;
@ -1407,6 +1411,9 @@ $( document ).ready(function() {
// ScrollSpy also requires that we use
// a Bootstrap nav component.
$('body').scrollspy({target: '#text-table-of-contents'});
// add sticky table headers
$('table').stickyTableHeaders();
});
window.SphinxRtdTheme = (function (jquery) {