view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3733:c1550e710410

Better C++11 detection for Visual C++
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 10 Mar 2020 10:34: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;
}