From 0b7f8d71ed7ce557415c19271b2c0b75b2f87a72 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 29 Sep 2020 12:12:59 +0200 Subject: [PATCH] closes #1065 --- .../ui/src/main/resources/css/light_theme.css | 10 ++++++++++ .../resources/fxml/main_window_title.fxml | 19 +++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/main/ui/src/main/resources/css/light_theme.css b/main/ui/src/main/resources/css/light_theme.css index b650b6e17..c16fbe1a6 100644 --- a/main/ui/src/main/resources/css/light_theme.css +++ b/main/ui/src/main/resources/css/light_theme.css @@ -389,6 +389,16 @@ -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 * diff --git a/main/ui/src/main/resources/fxml/main_window_title.fxml b/main/ui/src/main/resources/fxml/main_window_title.fxml index 031e48b07..54ee8b238 100644 --- a/main/ui/src/main/resources/fxml/main_window_title.fxml +++ b/main/ui/src/main/resources/fxml/main_window_title.fxml @@ -1,5 +1,6 @@ + @@ -20,7 +21,17 @@