From fe9794bdc8270b43ed5ae847d65ea2a2eecd4a79 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 18 May 2023 08:51:31 -0400 Subject: fix resizing and the bottom being too long --- src/gui/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui/style.css') 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 -- cgit v1.2.3