view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3917:04fb907dfc85 transcoding

NEWS: issue #169 was fixed by 8f7ad4989fec
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 May 2020 21:12:40 +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;
}