test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-02-01 17:41:56 +01:00
parent 677874a0e1
commit 807f1de774

View File

@ -46,6 +46,13 @@ button#remove-button:not(:disabled):hover {
background-color: #490000; /* Dunkleres Rot */
}
table {
width: 100%;
border-collapse: separate; /* Erlaubt die Anwendung von border-radius */
border-spacing: 0;
border-radius: 10px;
}
table th:first-child {
border-top-left-radius: 10px;
}
@ -62,11 +69,6 @@ table tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
table {
width: 100%;
border-collapse: separate; /* Erlaubt die Anwendung von border-radius */
border-spacing: 0;
}
table, th, td {
border: 1px solid #ddd;