view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4643:bd0ba9ff0efa

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Apr 2021 12:31:18 +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;
}