Browse Source

Closes #1065 for real by adding missing style in dark theme for debug mode

Armin Schrenk 4 years ago
parent
commit
f9cb438a0b
1 changed files with 11 additions and 0 deletions
  1. 11 0
      main/ui/src/main/resources/css/dark_theme.css

+ 11 - 0
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                                                 *