We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffce44e + 61e25a0 commit 2592f27Copy full SHA for 2592f27
1 file changed
interface/web/themes/default/assets/stylesheets/ispconfig.css
@@ -802,6 +802,12 @@ input[type="password"].form-control[readonly] {
802
.systemmonitor-state.state-info .statusMsg {
803
display: none;
804
}
805
+.systemmonitor-state .online {
806
+ color: green;
807
+}
808
+.systemmonitor-state .offline {
809
+ color: red;
810
811
812
span.notification_text {
813
display: block;
0 commit comments