WebApp Kacheln ergänzt

This commit is contained in:
hubobel 2026-06-20 17:45:28 +02:00
parent 16c97890e3
commit 01a145946c
3 changed files with 87 additions and 16 deletions

View file

@ -193,4 +193,58 @@ text-decoration: underline;
.transaction-table td {
padding: 6px;
border-bottom: 1px solid #eee;
}
.transaction-table {
width: 100%;
border-collapse: collapse;
}
.transaction-table th {
background: #ff6200;
color: white;
padding: 10px;
text-align: left;
position: sticky;
top: 0;
}
.transaction-table td {
padding: 8px;
border-bottom: 1px solid #eee;
}
.transaction-table tr:hover {
background: #f8f8f8;
}
.transaction-container {
max-height: 500px;
overflow-y: auto;
}
.transaction-container {
max-height: 500px;
overflow-y: auto;
}
.transaction-table {
width: 100%;
border-collapse: collapse;
}
.transaction-table th {
background: #ff6200;
color: white;
padding: 10px;
text-align: left;
position: sticky;
top: 0;
}
.transaction-table td {
padding: 8px;
border-bottom: 1px solid #eee;
}
.transaction-table tr:hover {
background: #f8f8f8;
}