|
@@ -434,19 +434,20 @@ div.table-wrap {
|
|
overflow-y: hidden;
|
|
overflow-y: hidden;
|
|
table.cal-table {
|
|
table.cal-table {
|
|
font-size: 0.7em;
|
|
font-size: 0.7em;
|
|
- border: 1px solid var(--sgc-color-primary-60);
|
|
|
|
|
|
+ border: 1px solid var(--ion-color-tertiary-tint);
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
thead {
|
|
thead {
|
|
th,
|
|
th,
|
|
td {
|
|
td {
|
|
- background-color: var(--ion-color-secondary);
|
|
|
|
- color: var(--sgc-color-secondary-90);
|
|
|
|
|
|
+ background-color: var(--ion-color-tertiary);
|
|
|
|
+ color: var(--sgc-color-tertiary-90);
|
|
|
|
+ height: 1.7rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
th,
|
|
th,
|
|
td {
|
|
td {
|
|
padding: 0.1em;
|
|
padding: 0.1em;
|
|
- border: 1px solid var(--sgc-color-primary-60);
|
|
|
|
|
|
+ border: 1px solid var(--ion-color-tertiary-tint);
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
text-align: center;
|
|
min-width: 3em;
|
|
min-width: 3em;
|