From f9cb438a0bdae245d98cda73c279a2dd722e92f1 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 1 Oct 2020 18:37:32 +0200 Subject: [PATCH] Closes #1065 for real by adding missing style in dark theme for debug mode --- main/ui/src/main/resources/css/dark_theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main/ui/src/main/resources/css/dark_theme.css b/main/ui/src/main/resources/css/dark_theme.css index b6ab94b9b..c96527374 100644 --- a/main/ui/src/main/resources/css/dark_theme.css +++ b/main/ui/src/main/resources/css/dark_theme.css @@ -390,6 +390,17 @@ -fx-background-color: MUTED_BG; } + +/* Note: These values below are kinda random such that it looks ok. I'm pretty sure there is room for improvement. Additionally, fx-text-fill does not work*/ +.badge-debug { + -fx-font-family: 'Open Sans Bold'; + -fx-font-size: 1.0em; + -fx-background-radius: 8px; + -fx-padding: 0.3em 0.55em 0.3em 0.55em; + -fx-background-color: RED_5; + -fx-background-radius: 2em; +} + /******************************************************************************* * * * Password Strength Indicator *