From d2f09e50333ad09204f1cf1157c26380945fa4e0 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 13 May 2019 16:19:42 +0100 Subject: [PATCH] fixed context menu colouring --- .../resources/sarsoo/fmframework/fx/styles/mainPane.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/sarsoo/fmframework/fx/styles/mainPane.css b/src/main/resources/sarsoo/fmframework/fx/styles/mainPane.css index ff749a4..88d2bdd 100644 --- a/src/main/resources/sarsoo/fmframework/fx/styles/mainPane.css +++ b/src/main/resources/sarsoo/fmframework/fx/styles/mainPane.css @@ -65,6 +65,14 @@ -fx-background-color: #202124; } +.context-menu { + -fx-background-color: #202124; +} + +.menu-item:focused { + -fx-background-color: #4D4D4D; +} + .label { -fx-text-fill: white; }