From b2d7a13519dbe934a44d4e500a23cf3ede8f07ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Oct 2024 14:42:37 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 4 ++++ htdocs/theme/md/style.css.php | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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;