From b3d4f573f86d892a70cec8b21330aa6f174f19ac Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Sun, 24 Mar 2019 12:01:34 +0100 Subject: [PATCH] ADD::added table to friends pane --- src/Client/src/main/resources/fxml/dashboard.fxml | 10 ++++++++-- .../main/resources/stylesheets/dashboardStyle.css | 12 ++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/Client/src/main/resources/fxml/dashboard.fxml b/src/Client/src/main/resources/fxml/dashboard.fxml index 7f4d131..2f240b5 100644 --- a/src/Client/src/main/resources/fxml/dashboard.fxml +++ b/src/Client/src/main/resources/fxml/dashboard.fxml @@ -194,7 +194,7 @@ - + - + + + + + + + diff --git a/src/Client/src/main/resources/stylesheets/dashboardStyle.css b/src/Client/src/main/resources/stylesheets/dashboardStyle.css index 73cca5f..77bceaa 100644 --- a/src/Client/src/main/resources/stylesheets/dashboardStyle.css +++ b/src/Client/src/main/resources/stylesheets/dashboardStyle.css @@ -52,3 +52,15 @@ -fx-border-color: #497251; } +/*friends table*/ +#friendsTable .column-header { + /*-fx-background-color: linear-gradient(#4b7a3d, #588c58);*/ + -fx-background-color: #5a635c; + +} +#friendsTable .column-header .label { + -fx-text-fill: #d4d6d4; +} + + +