From dd28578203fc4b5fa3ceb18128e79e057de43616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 11:11:47 +0200 Subject: [PATCH] redundancies fixed --- .../wwwroot/style.css | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 4ab73cc..dd3274e 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -14,7 +14,6 @@ h2{ } input{ - color: black; background: transparent; border: 2px solid white; } @@ -84,14 +83,8 @@ table th, table td table td input { width: 100%; - height: 100%; - height: 30px; box-sizing: border-box; -} - -.list table, .list th, .list td -{ - border: 1px solid white; + height: 30px; } .list table @@ -99,16 +92,9 @@ table td input border-collapse: collapse; } -.list th, .list td -{ - padding: 5px; -} - - - table button { width: 100%; - height: 30px; box-sizing: border-box; -} + height: 30px; +} \ No newline at end of file