Fixed invisibility bug

This commit is contained in:
delvh 2020-06-19 16:57:20 +02:00
parent f513480020
commit ef40c171d9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
-fx-background-color: lightgray;
}
.list-view, .list-cell, .label, .text-area .content, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content {
.list-view, .list-cell, .label, .text-area .content, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content {
-fx-background-color: dimgray;
}