view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3633:5295a49dd78a

removing not working tricks for ConnectivityChecks plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Jan 2020 17:25:36 +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;
}