From b88f260efc528418ac4b8f6f869af81b3aacef9e Mon Sep 17 00:00:00 2001 From: DieGurke <55625494+DieGurke@users.noreply.github.com> Date: Thu, 16 Jul 2020 22:10:04 +0200 Subject: [PATCH] Changed color of messageList background --- client/src/main/resources/css/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/resources/css/dark.css b/client/src/main/resources/css/dark.css index 0db8841..1202fe4 100644 --- a/client/src/main/resources/css/dark.css +++ b/client/src/main/resources/css/dark.css @@ -19,7 +19,7 @@ } #messageList, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content, .context-menu, .menu-item { - -fx-background-color: #262626; + -fx-background-color: #222222; } .list-cell:selected, .list-cell:selected > *, .menu-item:hover {