view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6075:89fe8a841876

try to fix buildbot errors: EmbedResources.py: not found (4)
author Alain Mazy <am@orthanc.team>
date Wed, 02 Apr 2025 17:32:39 +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;
}