Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4975:5e7404f23fa8
Improved decoding of US Images with Implicit VR
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 13 Apr 2022 10:51:22 +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; }