view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5618:824a5fb0774e find-refactoring

removed constructor of ExpandedResource with FindRequest
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 May 2024 11:23: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;
}