Tentative d'angles ronds pour les data tables
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user