view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3856:dd0fcbf6a791

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 14:45:30 +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;
}