view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3816:09f091b6b569

/rendered route: fix automatic windowing of files without windowing tags and RescaleSlope != 1
author Alain Mazy <alain@mazy.be>
date Wed, 08 Apr 2020 14:49:54 +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;
}