diff --git a/src/static/style.css b/src/static/style.css index 8ae4e9e..c647785 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -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;