Fix réduction du nombre de colonne, ajoute de lla colonne Marché #84

This commit is contained in:
Colin Maudry
2026-06-23 15:28:42 +02:00
parent f94701207b
commit 3e305845dd
6 changed files with 54 additions and 7 deletions
+9
View File
@@ -363,6 +363,15 @@ table.cell-table th {
background-color: rgb(255 240 240 / 40%);
}
/* Colonne "Marché" : lien loupe centré et sans soulignement */
table.cell-table td[data-dash-column="marche"] .dash-cell-value {
text-align: center !important;
}
td[data-dash-column="marche"] a {
text-decoration: none;
}
/* Column Visibility Menu */
.column-actions {
margin-right: 8px;