forked from Adleraci/adlerka.top
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
1629082e8d
@ -240,3 +240,17 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
|
||||
}
|
||||
|
||||
/* </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">
|
||||
|
Loading…
Reference in New Issue
Block a user