mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-property-permissions a:hover,
|
||||||
|
.user-property-history a:hover {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-username-validate,
|
.edit-username-validate,
|
||||||
.edit-password-validate {
|
.edit-password-validate {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user