From 2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 22 Sep 2024 01:13:11 -0400 Subject: Contain all gamedata in .npehero --- src/main/resources/net/sowgro/npehero/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 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; } -- cgit v1.2.3