armentieres: change register block button hover background (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:27:23 +02:00
parent 9d63871378
commit f4afb77406
1 changed files with 4 additions and 0 deletions

View File

@ -566,6 +566,10 @@ div.wcscurrentformscell {
font-size: $fz-small;
margin-left: 1rem;
}
&:hover {
background: $yellow !important;
}
}
}