Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5627:a7c88563c8cc
fix build with boost 1.85.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 16 May 2024 21:32:55 +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; }