aboutsummaryrefslogtreecommitdiff
path: root/src/gui/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/style.css')
-rw-r--r--src/gui/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/style.css b/src/gui/style.css
index 16db327..1e2dfcc 100644
--- a/src/gui/style.css
+++ b/src/gui/style.css
@@ -88,4 +88,12 @@ Slider:focused .thumb{
-fx-background-radius: 5;
-fx-background-color: rgba(0, 0, 0, 0.5);
-fx-text-fill: white;
+}
+
+.debug {
+ -fx-background-radius: 5;
+ -fx-background-color: rgba(255, 0, 0, 0.281);
+ -fx-border-color: red;
+ -fx-text-fill: white;
+ -fx-border-width: 20;
} \ No newline at end of file