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;