From b2b131ef343dbb971320b5cb479c395de074fed7 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 29 Jun 2021 11:31:41 -0700 Subject: [PATCH] GUACAMOLE-724: Increase opacity of client-specific notifications for sake of readability. --- .../src/main/frontend/src/app/client/styles/notification.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/frontend/src/app/client/styles/notification.css b/guacamole/src/main/frontend/src/app/client/styles/notification.css index e13447131..85a49489b 100644 --- a/guacamole/src/main/frontend/src/app/client/styles/notification.css +++ b/guacamole/src/main/frontend/src/app/client/styles/notification.css @@ -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 {