Mercurial > hg > orthanc
view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3683:12253ddefe5a
skeleton for new route: /instances/{id}/rendered
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Feb 2020 17:19:37 +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; }