diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index b53c2c4146c..f7701777e74 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -4294,6 +4294,10 @@ table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:firs table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child { border-top-left-radius: px; } +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child, +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child { + border-top-right-radius: px; +} div.liste_titre_bydiv { border-top-left-radius: px; border-top-right-radius: px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index f01b343ac84..1b91f2f8e68 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -4397,10 +4397,14 @@ table.noborder:not(.paymenttable, .margintable) tr:last-child th:last-child { border-bottom-right-radius: px; } -table.liste tr.liste_titre_filter:first-child td:first-child, -table.liste tr.liste_titre_filter:first-child th:first-child { +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:first-child, +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:first-child { border-top-left-radius: px; } +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child td:last-child, +table.liste:not(.listwithfilterbefore) tr.liste_titre_filter:first-child th:last-child { + border-top-right-radius: px; +} div.liste_titre_bydiv { border-top-left-radius: px; border-top-right-radius: px;