view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3649:05df4860aea6 storage-commitment

giving a name to the main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 20:00:48 +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;
}