view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6232:46cd2a84ffdf

added new CMake option BUILD_UNIT_TESTS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Jul 2025 08:21:25 +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;
}