Mercurial > hg > orthanc
view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3729:982c24a70dfd
Merge
| author | Benjamin Golinvaux <bgo@osimis.io> |
|---|---|
| date | Sun, 08 Mar 2020 19:51:57 +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; }
