Atualizando users_login_form.php
This commit is contained in:
parent
6bd297f966
commit
fc44637da2
2 changed files with 7 additions and 2 deletions
|
|
@ -145,3 +145,8 @@ table.table-mini > tbody > tr > td:not(:first-child) {
|
|||
background-color: #343C40 !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.div-custom-color {
|
||||
background-color: #92B7C0 !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
|
|
|||
4
vendor/view/users/users_login_form.php
vendored
4
vendor/view/users/users_login_form.php
vendored
|
|
@ -60,7 +60,7 @@
|
|||
<input class="form-control form-control-user" name="user-password" id="user-password" name="password-inform" maxlength="20" placeholder="********" type="password" data-required="S" data-toggle="tooltip" data-placement="left" title="Informe sua senha" value="<?php echo isset($_COOKIE['RememberAccess']) ? $Main->decryptData($_COOKIE['UserPassword']) : '';?>">
|
||||
</div>
|
||||
|
||||
<input type="button" class="btn btn-primary btn-user btn-block mb-3" id="btnAccess" onclick="validateForm('#frmAccess', 'Autenticando usuário', '#loadUser')" value="Autenticar usuário" />
|
||||
<input type="button" class="btn btn-dark btn-user btn-block mb-3" id="btnAccess" onclick="validateForm('#frmAccess', 'Autenticando usuário', '#loadUser')" value="Autenticar usuário" />
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 d-none d-lg-block bg-gradient-primary p-5">
|
||||
<div class="col-lg-6 d-none d-lg-block div-custom-color p-5">
|
||||
|
||||
<div class="p-5 text-white text-center">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue