Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 6306:e6755569b9d2
intermediate orthanc-framework for the advanced-storage plugin
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 09 Sep 2025 15:45:16 +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; }