view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5000:e56a6beb454e

fix unit tests HttpClient.Ssl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 May 2022 10:55:34 +0200
parents d25f4c0fa160
children
line wrap: on
line source

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

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

.unknown {
  background-color: gold;
}