Mark stale lines red

This commit is contained in:
Ian Gulliver
2016-11-15 22:18:27 +00:00
parent 3e6ca0fe62
commit b582acf976
2 changed files with 11 additions and 2 deletions

View File

@@ -72,6 +72,10 @@ instance:hover {
background-color: #ff9900 !important;
}
instance.stale {
background-color: rgba(255, 0, 0, 0.4) !important;
}
header {
display: table-cell;
text-align: center;