aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/net/sowgro
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-09-22 01:13:11 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-09-22 01:13:11 -0400
commit2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686 (patch)
tree23cf821ce9ab536dfd44a74db26dba6ea4f9fb90 /src/main/resources/net/sowgro
parentda1b21264caf8fd42a1a809c538e2128435160f9 (diff)
downloadNPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.gz
NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.tar.bz2
NPEhero-2b3d6eeb08fac367b2e2f4ed0528bfaeeedca686.zip
Contain all gamedata in .npehero
Diffstat (limited to 'src/main/resources/net/sowgro')
-rwxr-xr-xsrc/main/resources/net/sowgro/npehero/style.css5
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;
}