view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3648:eef50f5426a9 storage-commitment

fix access to uninitialized pixels in unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 15:50:17 +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;
}