diff options
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 { |