Ajout hover sur boutons des acteurs

This commit is contained in:
Vincent Vandemeulebrouck 2021-03-15 21:54:01 +01:00
parent c58c9636d2
commit dab371578d
1 changed files with 6 additions and 0 deletions

View File

@ -246,6 +246,12 @@ table {border: 1px solid #7a7971;}
height: 8%;
max-height: 48px;
border-width: 0;
border: 1px solid rgba(0, 0, 0, 0);
}
.button-img:hover {
color: rgba(255, 255, 128, 0.7);
border: 1px solid rgba(255, 128, 0, 0.8);
cursor: pointer;
}
.button-effect-img {