Use more standard colors for Puppet run states

This commit is contained in:
Raphaël Pinson
2015-10-05 13:00:54 +02:00
parent de22c61056
commit 8e4af7c034
4 changed files with 66 additions and 13 deletions

View File

@@ -36,6 +36,55 @@ th.tablesorter-headerDesc::after {
display: block;
}
.ui.label.status {
color: white;
text-shadow: 0 0 1px;
}
.ui.header.failed, .ui.line.failed {
color: #AA4643;
}
.ui.label.failed {
background-color: #AA4643;
}
.ui.header.changed, .ui.line.changed {
color: #4572A7;
}
.ui.label.changed {
background-color: #4572A7;
}
.ui.header.unreported {
color: #3D96AE;
}
.ui.label.unreported {
background-color: #3D96AE;
}
.ui.header.noop {
color: #DB843D;
}
.ui.label.noop {
background-color: #DB843D;
}
.ui.label.unchanged {
background-color: #89A54E;
}
.ui.line.skipped {
color: orange;
}
.ui.label.skipped {
background-color: orange;
}
.count {
width: 14%;
text-align: center;