From c2137b3fc13ee89cfbaedd1e4c2f48101fa07a9b Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 16 Jul 2024 17:33:03 -0400 Subject: Fix control editor and file writing for notes editor --- src/main/resources/net/sowgro/npehero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (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 950be11..b0a0209 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -233,6 +233,10 @@ Slider:focused .thumb{ -fx-text-fill: white; } +.gray { + -fx-text-fill: #a8a8a8; +} + /* debug */ .debug { -- cgit v1.2.3