diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-01 23:55:55 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-01 23:55:55 -0400 |
commit | f48b8c837db34878b1ce500dc1f3dd0cf162a97c (patch) | |
tree | 078b072b98ba9396ee68ff3e093914d00e63a985 /src/main/resources/net/sowgro/npehero/style.css | |
parent | df63dff96de7b53fcbb7e766096dc97f22a8a798 (diff) | |
download | NPEhero-f48b8c837db34878b1ce500dc1f3dd0cf162a97c.tar.gz NPEhero-f48b8c837db34878b1ce500dc1f3dd0cf162a97c.tar.bz2 NPEhero-f48b8c837db34878b1ce500dc1f3dd0cf162a97c.zip |
Improve Splash screen
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
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 +} + |