diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 122ae08244b832846dd7595e7e5e777f52430f33..73a02139e5a66e5949693eb3265305f3f4eec24f 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2244,11 +2244,12 @@ table.liste, table.noborder, table.formdoc, div.noborder {
 	-webkit-border-radius: 0.1em;
 	border-radius: 0.1em;
 }
+/*
 #tablelines tr.liste_titre:first-child td, form.formnoborder, tr.liste_titre.trnoborder td {
     border-top-width: 1px;
     border-top-color: rgb(<?php echo $colortopbordertitle1 ?>);
     border-top-style: solid;
-}
+}*/
 table.noborder tr, div.noborder form {
 	border-top-color: #FEFEFE;
 
@@ -2261,6 +2262,12 @@ table.noborder tr, div.noborder form {
 	border-left-style: solid;
 	min-height: 26px;
 }
+.liste_titre_add td, .liste_titre_add .tagtd
+{
+    border-top-width: 1px;
+    border-top-color: rgb(<?php echo $colortopbordertitle1 ?>);
+    border-top-style: solid;
+}
 
 table.liste th, table.noborder th, table.noborder tr.liste_titre td {
 	padding: 8px 2px 8px 3px;			/* t r b l */