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