From fc3afaae2c27dca98957c572ecb4ffe6be4f3e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Mon, 6 May 2024 18:45:42 +0200 Subject: [PATCH] nevermind, styling --- .../wwwroot/customers/customers.js | 4 ++-- .../wwwroot/employees/employees.js | 2 +- .../wwwroot/maintainer_teams/maintainerteam.js | 4 ++-- .../wwwroot/services/services.js | 2 +- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 9 ++++----- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js index ce880f8..b65cdd3 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js @@ -30,7 +30,7 @@ function display() }); document.getElementById('resultarea').innerHTML += - '' + + '' + '' + '' + '' + @@ -63,7 +63,7 @@ function addcustomer() '' + '' + '' + - '' + + '' + '' + ''; } diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js index 7f643d5..e63874b 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/employees/employees.js @@ -30,7 +30,7 @@ function display() }); document.getElementById('resultarea').innerHTML += - '' + + '' + '' + '' + '' + diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js index 0f39c60..526abc2 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainer_teams/maintainerteam.js @@ -30,7 +30,7 @@ function display() }); document.getElementById('resultarea').innerHTML += - '' + + '' + '' + '' + '' + @@ -59,7 +59,7 @@ function addteam() '' + '' + '' + - '' + + '' + '' + ''; } diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.js index 99b210e..adb0a4c 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/services/services.js @@ -30,7 +30,7 @@ function display() }); document.getElementById('resultarea').innerHTML += - '' + + '' + '' + '' + '' + diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 2f2e1e5..7818a93 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -68,6 +68,10 @@ table.inputs td:first-child{ background-color: rgba(0, 0, 0, 0.1); } +tr.addbutton +{ + background-color: rgba(0, 0, 0, 0.1); +} table.queryresults { @@ -79,11 +83,6 @@ table.queryresults border-collapse: collapse; } -table.queryresults tr:last-child -{ - background-color: rgba(0, 0, 0, 0.1); -} - table th, table td { border: 2px solid white;