diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-16 17:33:03 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-16 17:33:03 -0400 |
commit | c2137b3fc13ee89cfbaedd1e4c2f48101fa07a9b (patch) | |
tree | 1f4e385f156a62420e29d23691dad26e238e2942 /src/main/resources/net/sowgro/npehero | |
parent | d8b8d88e97cfd732ea0e81847762e93412377dd9 (diff) | |
download | NPEhero-c2137b3fc13ee89cfbaedd1e4c2f48101fa07a9b.tar.gz NPEhero-c2137b3fc13ee89cfbaedd1e4c2f48101fa07a9b.tar.bz2 NPEhero-c2137b3fc13ee89cfbaedd1e4c2f48101fa07a9b.zip |
Fix control editor and file writing for notes editor
Diffstat (limited to 'src/main/resources/net/sowgro/npehero')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |