Skip to content

Commit 8be8f7a

Browse files
committed
Highlight offline services in table, #6117
1 parent c40198b commit 8be8f7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,9 @@ input[type="password"].form-control[readonly] {
802802
.systemmonitor-state.state-info .statusMsg {
803803
display: none;
804804
}
805+
.systemmonitor-state .offline {
806+
color: red;
807+
}
805808

806809
span.notification_text {
807810
display: block;

0 commit comments

Comments
 (0)