Merge remote-tracking branch 'origin/main'

This commit is contained in:
Bruno Rybársky 2024-02-05 21:21:12 +01:00
commit 1629082e8d
2 changed files with 16 additions and 2 deletions

@ -239,4 +239,18 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
text-align: center;
}
/* </DASHBOARD STYLING> */
/* </DASHBOARD STYLING> */
#loginForm input {
border-radius: 50px;
background: none;
border: 2px solid var(--primary);
width: 175px;
}
#register_Form input {
border-radius: 50px;
background: none;
border: 2px solid var(--primary);
width: 175px;
}

@ -51,7 +51,7 @@
<input type="password" id="login_password" name="password" required><br>
<button type="button" onclick="login()">Login</button>
</form><hr>
</form>
</div>
<div class="form-container" id="register_Form">