From d6edf676416723d371086e74f8fe05556b553e75 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Tue, 9 Jul 2019 17:10:07 +0200 Subject: [PATCH] Improve style of notification pane --- .../src/main/resources/style/components/notification-pane.css | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayWall/src/main/resources/style/components/notification-pane.css b/PlayWall/src/main/resources/style/components/notification-pane.css index dc2c70e7..af8bae15 100644 --- a/PlayWall/src/main/resources/style/components/notification-pane.css +++ b/PlayWall/src/main/resources/style/components/notification-pane.css @@ -3,6 +3,7 @@ } .notification-pane.top .notification-bar > .pane { + -fx-background-color: #282828; -fx-effect: none; } -- GitLab