view Plugins/Samples/ConnectivityChecks/WebResources/style.css @ 3728:0b3aacdf77f5

Fixed C++03 detection support for Visual C++ compilers
author Benjamin Golinvaux <bgo@osimis.io>
date Sun, 08 Mar 2020 19:51:22 +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;
}