GUACAMOLE-724: Correct unreadable error coloring of new client-specific modals.

This commit is contained in:
Michael Jumper
2021-06-28 12:40:12 -07:00
parent 19aa600b80
commit b3c410a371

View File

@@ -48,6 +48,10 @@
border: none;
}
.client-status-modal .notification.error {
background: rgba(255, 0, 0, 0.44);
}
.client-status-modal .notification .title-bar {
display: none
}