From d8f574900f78f16ee9e20bfe3112b11dfc405d36 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Sun, 14 Jul 2019 17:19:17 +0200 Subject: [PATCH] Improve notification pane style --- .../main/resources/style/components/notification-pane.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PlayWall/src/main/resources/style/components/notification-pane.css b/PlayWall/src/main/resources/style/components/notification-pane.css index af8bae15..2478b914 100644 --- a/PlayWall/src/main/resources/style/components/notification-pane.css +++ b/PlayWall/src/main/resources/style/components/notification-pane.css @@ -1,13 +1,16 @@ .notification-pane { - -fx-background-color: #282828; + -fx-background-color: rgb(29, 56, 87); } .notification-pane.top .notification-bar > .pane { - -fx-background-color: #282828; + -fx-background-color: rgb(29, 56, 87); -fx-effect: none; + -fx-border-width: 0 0 2px 0; + -fx-border-color: rgb(85, 85, 85); } .notification-pane .notification-bar > .pane .label { + -fx-padding: 0 0 0 14px; -fx-text-fill: #CCCCCC; } -- GitLab