Mercurial > hg > orthanc
view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 4036:c6e82885f570
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 10 Jun 2020 10:28:15 +0200 |
parents | 8afc14fab01f |
children |
line wrap: on
line source
.connected { background-color: darkgreen; color: white; } .disconnected { background-color: darkred; color: white; } .unknown { background-color: gold; }