summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2019-07-26 13:09:08 -0700
committerJames E. Blair <jeblair@redhat.com>2019-07-26 13:09:08 -0700
commitf643065303adacef6a7b75906e3d63f80059acec (patch)
tree68d0eca86db69c662f177f06c1829a23f8ede234 /web/src/index.css
parent3a48f8a18e7af3a1bb938e911df1e35f03fc24ee (diff)
downloadzuul-f643065303adacef6a7b75906e3d63f80059acec.tar.gz
Colorize log severity
Change-Id: I2a561f104ce92f0cdefa2820c8a7f24ebca367e1
Diffstat (limited to 'web/src/index.css')
-rw-r--r--web/src/index.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/web/src/index.css b/web/src/index.css
index 1c3d29dce..cfdb46880 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -86,10 +86,35 @@ a.refresh {
.zuul-log-output a,
.zuul-log-output a:hover {
- color: black;
+ color: inherit;
text-decoration: none;
}
+.zuul-log-sev-0 {
+ color: black;
+}
+.zuul-log-sev-1 {
+ color: black;
+}
+.zuul-log-sev-2 {
+ color: #0000aa;
+}
+.zuul-log-sev-3 {
+ color: #883300;
+}
+.zuul-log-sev-4 {
+ color: #aa0000;
+}
+.zuul-log-sev-5 {
+ color: #aa0000;
+}
+.zuul-log-sev-6 {
+ color: #aa0000;
+}
+.zuul-log-sev-7 {
+ color: #aa0000;
+}
+
.form-inline > .form-group {
padding-right: 5px;
}