view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4846:b2e08d83e21d

fix OrthancPlugins::HttpClient::ClearCredentials()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 Dec 2021 11:33:15 +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;
}