mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
Fixes #1404 input for name and password has good hover now.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user