From f0a0d7147675302fcacb46f1a3e4bbe2de59c3a5 Mon Sep 17 00:00:00 2001 From: axpoems <145597137+axpoems@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:58:42 +0100 Subject: [PATCH] Update title in buy/sell column --- apps/desktop/desktop/src/main/resources/css/user.css | 5 +++++ i18n/src/main/resources/user.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/desktop/desktop/src/main/resources/css/user.css b/apps/desktop/desktop/src/main/resources/css/user.css index 3dac1a1854..6a54266a6c 100644 --- a/apps/desktop/desktop/src/main/resources/css/user.css +++ b/apps/desktop/desktop/src/main/resources/css/user.css @@ -178,6 +178,11 @@ -fx-pref-height: 25; } +.profile-card .reputation .reputation-table.table-view .column-header-background { + -fx-background-color: -bisq-dark-grey-30; + -fx-padding: 0 0 3 0; +} + .profile-card .reputation .reputation-table.table-view .table-row-cell { -fx-border-width: 0; } diff --git a/i18n/src/main/resources/user.properties b/i18n/src/main/resources/user.properties index 6f7fc0b864..86aa949900 100644 --- a/i18n/src/main/resources/user.properties +++ b/i18n/src/main/resources/user.properties @@ -154,7 +154,7 @@ user.profileCard.details.profileAge=Profile age user.profileCard.details.lastUserActivity=Last user activity user.profileCard.details.version=Software version user.profileCard.offers.table.columns.market=Market -user.profileCard.offers.table.columns.offerType=Offer type +user.profileCard.offers.table.columns.offerType=Offer user.profileCard.offers.table.columns.amount=Amount user.profileCard.offers.table.columns.price=Price user.profileCard.offers.table.columns.paymentMethods=Payment methods