From 4a1f4a98116b5c59efe0606375b833a722a0d281 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 14 May 2023 17:34:40 -0400 Subject: add levelselector gui, move some files around --- src/gui/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/style.css') diff --git a/src/gui/style.css b/src/gui/style.css index 7ca76be..16db327 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -82,8 +82,10 @@ Slider:focused .thumb{ -fx-border-color: rgb(231, 231, 231); } +/* text box */ + .textBox { -fx-background-radius: 5; -fx-background-color: rgba(0, 0, 0, 0.5); -fx-text-fill: white; -} +} \ No newline at end of file -- cgit v1.2.3