From 9c7aa6cab36884d4dda8b3dbf50791f2e2d810d2 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 24 May 2023 17:24:54 -0400 Subject: add testSongPlayer (copy of newSongPlayer) to test the song player inside levelSurround --- src/gui/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/style.css') diff --git a/src/gui/style.css b/src/gui/style.css index 04d7031..304ee9a 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -235,11 +235,11 @@ Slider:focused .thumb{ /* debug */ .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; + /* -fx-background-radius: 5; */ + -fx-background-color: rgb(255, 0, 0); + /* -fx-border-color: red; */ + /* -fx-text-fill: white; */ + /* -fx-border-width: 20; */ } -- cgit v1.2.3