X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fmonitoring%2Fmonitor-pastel.css;h=32b8a261473e04e1c2f738f7f6e76640bad333d7;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=0264bf52d1a9bff321bd6c20baa41a87486b4e73;hpb=8ce4768e7bbb2f7fc00c885591aa20429f4c83af;p=src%2Fapp-framework-binder.git diff --git a/test/monitoring/monitor-pastel.css b/test/monitoring/monitor-pastel.css index 0264bf52..32b8a261 100644 --- a/test/monitoring/monitor-pastel.css +++ b/test/monitoring/monitor-pastel.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -224,6 +224,7 @@ body { .traceevent.daemon, .trace-box.daemon { background: #fdf; } .traceevent.service, .trace-box.service { background: #ddf; } .traceevent.event, .trace-box.event { background: #dfd; } +.traceevent.global, .trace-box.global { background: #eee; } .traceevent.closed { max-height: 16px; @@ -265,7 +266,7 @@ body { /*******************************************************************/ /* json format */ -.json.string { color: lightskyblue; } +.json.string { color: teal; } .json.number { color: darkorange; } .json.boolean { color: deepskyblue; } .json.null { color: magenta; }