view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5458:d7c9c85d78dc

fix logging unit tests
author Alain Mazy <am@osimis.io>
date Fri, 08 Dec 2023 10:26:53 +0100
parents d25f4c0fa160
children
line wrap: on
line source

.connected {
    background-color: darkgreen;
    color: white;
}

.disconnected {
  background-color: darkred;
    color: white;
}

.unknown {
  background-color: gold;
}