From 33dbcb5b487f931a2e6386eba342c49db5b0eb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 12:51:24 +0200 Subject: [PATCH] temporary background --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js | 4 ++-- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js index 3dbafd8..b38fc3f 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/maintainerteam.js @@ -81,6 +81,8 @@ function addmaintainerteam() document.getElementById('addresult').innerHTML += 'Added maintainer team ' + maintainerteam_name + ' successfully'; + getmaintainerteams(); + }) .catch(error => { console.error("Error: ", error); @@ -89,8 +91,6 @@ function addmaintainerteam() document.getElementById('addresult').innerHTML += 'Failed to add maintainer team ' + maintainerteam_name; }); - - getmaintainerteams(); } function deletemaintainerteam(id) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index 4639478..05e46c7 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body{ - background-color: blueviolet; + background: linear-gradient(to left, #8a2be2, rgb(255, 51, 170)); background-position: right top; background-size: cover; font-family: 'Roboto', sans-serif;