aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/html/pages/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css
index 3bff3a9ed..8ced887ba 100644
--- a/pkg/html/pages/style.css
+++ b/pkg/html/pages/style.css
@@ -207,6 +207,18 @@ table td, table th {
font-size: 75%;
}
+.list_table .status-crashed {
+ background-color: #FF8674;
+}
+
+.list_table .status-ok {
+ background-color: lightgreen;
+}
+
+.list_table .status-error {
+ background-color: lightgray;
+}
+
.bug-label {
background: white;
border: 1pt solid black;