view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4503:b525e0c3cff0

fix shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 17:05:45 +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;
}