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; +} + + +