view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4134:2c54cc9a712f

ORTHANC_FRAMEWORK_SOVERSION for the shared library of the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jul 2020 10:28:04 +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;
}