view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4822:2cac948b6169 Orthanc-1.9.6

closing branch Orthanc-1.9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 13:25:43 +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;
}