diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-22 01:13:11 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-22 01:13:11 -0400 |
commit | 2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686 (patch) | |
tree | 23cf821ce9ab536dfd44a74db26dba6ea4f9fb90 /src/main/resources | |
parent | da1b21264caf8fd42a1a809c538e2128435160f9 (diff) | |
download | NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.gz NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.bz2 NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.zip |
Contain all gamedata in .npehero
Diffstat (limited to 'src/main/resources')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index e4d34f0..0697632 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -168,8 +168,7 @@ Slider:focused .thumb{ /* scroll bars */ -.scroll-bar:horizontal , -.scroll-bar:vertical{ +.scroll-bar:horizontal, .scroll-bar:vertical { -fx-font-size: 10px; -fx-background-color :transparent; -fx-border-color :transparent; @@ -177,7 +176,7 @@ Slider:focused .thumb{ -fx-border-radius :2.0em; } -.increment-button ,.decrement-button { +.increment-button, .decrement-button { -fx-background-color:transparent; -fx-border-color:transparent; } |