fix: Excel-Tabellenfarben in Importvorschau darstellen

This commit is contained in:
2026-07-23 15:53:15 +02:00
parent 3f2e7ca667
commit 5e17e9ecdb
5 changed files with 86 additions and 6 deletions
@@ -9,7 +9,7 @@
.excel-preview-content { max-height: 32rem; overflow: auto; }
.excel-preview-content table { width: max-content; min-width: 100%; border-collapse: collapse; font-size: .825rem; }
.excel-preview-content th, .excel-preview-content td { min-width: 7rem; max-width: 22rem; padding: .3rem .45rem; border: 1px solid var(--tblr-border-color, #adb5bd); vertical-align: top; overflow-wrap: anywhere; }
.excel-preview-content th { background: var(--tblr-bg-surface-secondary, #f1f3f5); }
.excel-preview-content th:not([style*="background"]) { background: var(--tblr-bg-surface-secondary, #f1f3f5); }
</style>
{% endblock head %}