view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3629:19966d299685 toa2020012701

Fixed typo in function impl name
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jan 2020 14:32:09 +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;
}