view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5121:77e20ce39d6f

removed some warnings for recent versions of CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Dec 2022 15:09:38 +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;
}