Mercurial > hg > orthanc
view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3876:92ecaf877baf transcoding
improved code reuse in OrthancRestModalities, added missing timeout params
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 May 2020 15:37:45 +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; }