This commit is contained in:
Richard Mikloš 2024-02-05 12:37:14 +01:00
parent 5584a61560
commit 1737c6cc13
2 changed files with 8 additions and 2 deletions

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

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