Fixes #1404 input for name and password has good hover now.

This commit is contained in:
Matthieu Leproux
2021-05-07 11:41:41 +02:00
parent 5792cf6307
commit c1b35fd44d
3 changed files with 14 additions and 10 deletions
+7
View File
@@ -4996,4 +4996,11 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.update-container {
border-top:solid 1px #ddd;
}
.user-property-input.user-property-input-username:hover {
background-color: #f0f0f0;
}
.user-property-input.user-property-input-password:hover {
background-color: #f0f0f0;
}