loginpage reset password

This commit is contained in:
gilbN 2019-06-14 23:08:50 +02:00
parent aada930c6c
commit b6be2bc7dd
2 changed files with 18 additions and 0 deletions

View File

@ -350,3 +350,12 @@
max-height: 250px; max-height: 250px;
width: auto; width: auto;
} }
/* loginpage reset passwd */
.btn-primary, .btn-primary.disabled {
background: var(--modal-bg-color);
border: 1px solid transparent;
}
.btn-primary:hover {
background: rgba(0, 0, 0, 0.45);
border: 1px solid rgba(0, 0, 0, 0);
}

View File

@ -350,3 +350,12 @@
max-height: 250px; max-height: 250px;
width: auto; width: auto;
} }
/* loginpage reset passwd */
.btn-primary, .btn-primary.disabled {
background: var(--modal-bg-color);
border: 1px solid transparent;
}
.btn-primary:hover {
background: rgba(0, 0, 0, 0.45);
border: 1px solid rgba(0, 0, 0, 0);
}