Tentative d'angles ronds pour les data tables

This commit is contained in:
Colin Maudry
2026-01-29 18:23:24 +01:00
parent 30e822d435
commit 1fb18bcf6f
3 changed files with 51 additions and 8 deletions
+20 -1
View File
@@ -170,6 +170,12 @@ p.version > a {
}
/* Dash Table Overrides */
table.cell-table,
table.cell-table tr {
border-color: #fff;
padding: 0;
}
.dash-table-container p {
margin-bottom: 0;
}
@@ -178,11 +184,24 @@ p.version > a {
.dash-spreadsheet-container
.dash-spreadsheet-inner
th.dash-header {
background-color: #b33821;
margin: 0;
color: white;
font-family: "Inter", sans-serif;
text-align: left;
font-weight: 500;
padding-right: 12px;
border-color: rgb(179, 56, 33) !important;
background-color: rgb(179, 56, 33);
border-style: solid;
border-width: 1px;
}
table.cell-table tr:first-of-type th:first-of-type {
border-top-left-radius: 3px;
}
table.cell-table tr:first-of-type th:last-of-type {
border-top-right-radius: 3px;
}
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td {