view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5685:f0f7d15d195e find-refactoring

using FindRequest in ServerContext::Apply()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jul 2024 12:06:50 +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;
}