forked from Adleraci/adlerka.top
sdf
This commit is contained in:
parent
5584a61560
commit
1737c6cc13
@ -240,3 +240,9 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* </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">
|
||||||
|
Loading…
Reference in New Issue
Block a user