view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4795:22d5b611dea7

fix init var
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 17:52:07 +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;
}