view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3960:4d36d6e64c6d

integration c-get->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 18:37:31 +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;
}