added username hover in admin

This commit is contained in:
Václav Šmejkal 2024-05-22 18:01:15 +02:00
parent 1104e5d42f
commit 2e0fdb2b24
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -75,6 +75,11 @@ img:hover
margin-top: 1.5vh;
}
.output:hover
{
filter: invert(10%);
}
#buttons
{
position: absolute;