view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3902:7459fcb1bdf7 transcoding

transcoding to 1.2.840.10008.1.2.4.57
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 15:29:39 +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;
}