From 0be50114e40f5dc62cb024a121d74d1343ad4f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 11:46:15 +0200 Subject: [PATCH] styling --- .../wwwroot/services.html | 3 +++ .../wwwroot/style.css | 17 +++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html index 027fac5..7837c9e 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services.html @@ -61,6 +61,9 @@ Port + + +
diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 7bfb21e..b4fef59 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -85,10 +85,6 @@ table tr:last-child td { vertical-align: middle; border-bottom: none; -} - -table.queryresults tr:last-child td -{ text-align: center; } @@ -124,4 +120,17 @@ table td input, table button width: 100%; box-sizing: border-box; height: 30px; +} + +button { + border: 2px solid #ff5c33; + background: transparent; + color: white; + font-size: 16px; + transition: background 0.3s ease; +} + +button:hover +{ + background: #ff5c33; } \ No newline at end of file