From ef46303949173cd67cf00a4f40d16f1375ed2250 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 1 Sep 2024 16:24:25 -0400 Subject: Smooth scrolling in NotesEditor2 and other improvements - select multiple checkbox - make taget and block take less prams - block sizing changes - fix sort in LeaderboardView --- src/main/resources/net/sowgro/npehero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/net/sowgro') diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 8fecd98..e4d34f0 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -249,7 +249,7 @@ Slider:focused .thumb{ -fx-text-fill: #a8a8a8; } -CheckBox { +.box CheckBox { -fx-text-fill: white; } -- cgit v1.2.3