From c89f900958f43d144f41e0ae47aaf700ec3b6c13 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Sat, 10 May 2025 11:46:03 +0200 Subject: [PATCH] fix: tabel submissions fixed --- frontend/src/assets/common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/assets/common.css b/frontend/src/assets/common.css index b2c364d8..bcc5d39f 100644 --- a/frontend/src/assets/common.css +++ b/frontend/src/assets/common.css @@ -18,7 +18,7 @@ padding: 10px; } -table thead th:first-child { +.table thead th:first-child { border-top-left-radius: 10px; } @@ -34,8 +34,8 @@ table thead th:first-child { background-color: #f6faf2; } -td, -th { +.table td, +.table th { border-bottom: 1px solid #0e6942; border-top: 1px solid #0e6942; }