Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 5509:46fa46c83628
upgraded to jsoncpp 1.9.5
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 24 Jan 2024 18:16:17 +0100 |
parents | d25f4c0fa160 |
children |
line wrap: on
line source
.connected { background-color: darkgreen; color: white; } .disconnected { background-color: darkred; color: white; } .unknown { background-color: gold; }