Applied some minor changes requested by @delvh and CyberSomething (I really cant remember how your name is spelled)

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
2020-08-29 11:25:47 +02:00
parent f581b83359
commit f86f3ec200
3 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,3 @@
* {
-fx-text-fill: black;
}
.root {
-fx-background-color: #E6E6E6;
}
@ -31,7 +27,7 @@
}
.own-message {
-fx-background-color: #8fa88f;
-fx-background-color: #8FA88F;
}
.alert.information.dialog-pane, .alert.warning.dialog-pane, .alert.error.dialog-pane {