view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4448:581d87e25536

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2021 18:48:53 +0100
parents d25f4c0fa160
children
line wrap: on
line source

.connected {
    background-color: darkgreen;
    color: white;
}

.disconnected {
  background-color: darkred;
    color: white;
}

.unknown {
  background-color: gold;
}