summaryrefslogtreecommitdiff
path: root/htdocs/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/css/style.css')
-rw-r--r--htdocs/css/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index af2f073..c0f4561 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -236,6 +236,26 @@ table.patchmeta tr th, table.patchmeta tr td {
text-decoration: underline;
}
+.patchlistchecks {
+ display: inline-block;
+ border-radius: 7px;
+ min-width: 0.9em;
+ padding: 0 2px;
+ text-align: center;
+}
+
+.patchlistchecks.success {
+ background-color: #82ca9d;
+}
+
+.patchlistchecks.warning {
+ background-color: #ffc95e;
+}
+
+.patchlistchecks.fail {
+ background-color: #ff5555;
+}
+
.checks .state {
font-weight: bold;
color: #ddd;