diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-01 16:24:25 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-01 16:24:25 -0400 |
commit | ef46303949173cd67cf00a4f40d16f1375ed2250 (patch) | |
tree | 721496396f728062de351caf207dffab342a1f25 /src/main/resources/net/sowgro/npehero/style.css | |
parent | 1300b5eb7a86d72e920436de24b77004efe51af8 (diff) | |
download | NPEhero-ef46303949173cd67cf00a4f40d16f1375ed2250.tar.gz NPEhero-ef46303949173cd67cf00a4f40d16f1375ed2250.tar.bz2 NPEhero-ef46303949173cd67cf00a4f40d16f1375ed2250.zip |
Smooth scrolling in NotesEditor2
and other improvements
- select multiple checkbox
- make taget and block take less prams
- block sizing changes
- fix sort in LeaderboardView
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |