view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5113:a3c3f13368ea

clarification that "image/jpg" is not a correct MIME type
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2022 14:28:50 +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;
}