view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3987:e12c8ac6dc82

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 May 2020 18:42:18 +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;
}