view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5397:e7f6ec8cbc35

upgraded boost to 1.83.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Oct 2023 14:47:39 +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;
}