N° 524 - password policy

better colors for : "change pwd" page: add feedback during the password typing
This commit is contained in:
bruno DA SILVA
2020-01-06 11:45:48 +01:00
parent 56807fd941
commit b0c76346a5

View File

@@ -60,16 +60,16 @@
#login-submit.invalid .message {
border-left: 1px solid #9e510f;
background-color: #9e510f;
background-color: #fbd9bc;
display: inline-block;
padding: 5px;
}
#login-submit.invalid input[type="submit"] {
/*border: 1px solid red;*/
/*background-color: red;*/
background-color: #333a4bb3;
/*display: inline-block;*/
/*padding: 5px;*/
color: rgb(247, 125, 25);
/*color: rgb(247, 125, 25);*/
}
</style>