view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4198:c671331ea1ef

fix unit test
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 18:13:13 +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;
}