From 807f1de77464c0d4c93af91e5a2852e946c3f7f7 Mon Sep 17 00:00:00 2001 From: moerp Date: Thu, 1 Feb 2024 17:41:56 +0100 Subject: [PATCH] test --- src/static/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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;