GUACAMOLE-724: Increase opacity of client-specific notifications for sake of readability.

This commit is contained in:
Michael Jumper
2021-06-29 11:31:41 -07:00
parent 5903cf902c
commit b2b131ef34

View File

@@ -39,7 +39,7 @@
}
.client-status-modal .notification {
background: rgba(80, 80, 80, 0.4);
background: rgba(40, 40, 40, 0.75);
color: white;
width: 100%;
max-width: 100%;
@@ -49,7 +49,7 @@
}
.client-status-modal .notification.error {
background: rgba(255, 0, 0, 0.44);
background: rgba(112, 9, 8, 0.75)
}
.client-status-modal .notification .title-bar {