From f48b8c837db34878b1ce500dc1f3dd0cf162a97c Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 1 Oct 2024 23:55:55 -0400 Subject: Improve Splash screen --- src/main/resources/net/sowgro/npehero/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/main/resources/net') diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 0697632..2897092 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -203,7 +203,7 @@ Slider:focused .thumb{ .t0 { -fx-font-size: 100; - -fx-fill: black; + /*-fx-fill: black;*/ } .t0e { @@ -275,3 +275,10 @@ CheckBox:selected > .box { -fx-underline: true; } +.progress-bar { + -fx-background-color: transparent; + -fx-fill: white; + -fx-padding: 0; + -fx-accent: white +} + -- cgit v1.2.3