view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5698:075558c95cbb find-refactoring

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 12:48:37 +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;
}