diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 61fb9c01a8d..36fc7abf175 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1854,7 +1854,7 @@ div.ticketpublicarealist>form>div.div-table-responsive { cursor: pointer; text-align: center; min-height: 40px; - background: #eee; + background: #f4f4f4; padding: 20px 10px 20px 10px; flex-grow: 1; flex-shrink: 1; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c2505bf0361..fad907a418d 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2008,7 +2008,7 @@ div.ticketpublicarealist>form>div.div-table-responsive { cursor: pointer; text-align: center; min-height: 40px; - background: #eee; + background: #f4f4f4; padding: 20px 10px 20px 10px; flex-grow: 1; flex-shrink: 1;