Moved remainingCharsLabel styling from code to CSS

This commit is contained in:
delvh
2020-06-21 17:04:27 +02:00
parent ef40c171d9
commit d389637259
3 changed files with 7 additions and 5 deletions

View File

@ -6,3 +6,9 @@
-fx-scale-x: 1.05;
-fx-scale-y: 1.05;
}
#remainingCharsLabel {
-fx-text-fill: #00FF00;
-fx-opacity: 1;
-fx-background-color: transparent;
}