view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4869:e1944053cbef openssl-3.x

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jan 2022 15:55:52 +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;
}