aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-09-01 16:24:25 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-09-01 16:24:25 -0400
commitef46303949173cd67cf00a4f40d16f1375ed2250 (patch)
tree721496396f728062de351caf207dffab342a1f25 /src/main/resources
parent1300b5eb7a86d72e920436de24b77004efe51af8 (diff)
downloadNPEhero-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')
-rwxr-xr-xsrc/main/resources/net/sowgro/npehero/style.css2
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;
}