Orthanc/OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css
2025-06-23 19:07:37 +05:30

14 lines
172 B
CSS

.connected {
background-color: darkgreen;
color: white;
}
.disconnected {
background-color: darkred;
color: white;
}
.unknown {
background-color: gold;
}