mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N° 524 - password policy
better colors for : "change pwd" page: add feedback during the password typing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user