Mercurial > hg > orthanc
view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3762:1a346a4dc1b4
adding missing ORTHANC_OVERRIDE
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Mar 2020 12:33:28 +0100 |
parents | 8afc14fab01f |
children |
line wrap: on
line source
.connected { background-color: darkgreen; color: white; } .disconnected { background-color: darkred; color: white; } .unknown { background-color: gold; }