view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5500:7c5d30a3d5d2

upgraded boost to 1.84.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 16:46:55 +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;
}