view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3788:626d5f4a5afb

disable RTLD_DEEPBIND if loading plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Mar 2020 12:37:41 +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;
}