diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
index 3c04548d7c6..7d48790348d 100644
--- a/htdocs/accountancy/bookkeeping/balance.php
+++ b/htdocs/accountancy/bookkeeping/balance.php
@@ -279,8 +279,8 @@ if ($action != 'export_csv')
print '';
}
- // Affiche le compte comptable en debut de ligne
- print "
";
+ // Show first line of a break
+ print '
';
print '| ' . $line->numero_compte . ($root_account_description ? ' - ' . $root_account_description : '') . ' | ';
print '
';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 69865d7ab1b..ddd865cbbb2 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -2942,7 +2942,9 @@ td.evenodd, tr.nohoverpair td, #trlinefordates td {
background: # !important;
}
.trforbreak td {
- background-color: # !important;
+ font-weight: bold;
+ border-bottom: 1pt solid black !important;
+ /* background-color: # !important; */
}
table.dataTable td {
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 8c6bd8d4d77..dc666d77a02 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3046,7 +3046,9 @@ td.evenodd, tr.nohoverpair td {
background: # !important;
}
.trforbreak td {
- background-color: # !important;
+ font-weight: bold;
+ border-bottom: 1pt solid black !important;
+ /* background-color: # !important; */
}
table.dataTable td {