mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #2185 remove underline and wrong color on hover buttons
button `Permissions` and `Visit history`
This commit is contained in:
@@ -2233,6 +2233,12 @@ $(document).ready(function() {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.user-property-permissions a:hover,
|
||||
.user-property-history a:hover {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.edit-username-validate,
|
||||
.edit-password-validate {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user