Skip to content

Commit

Permalink
0.6 - fixing partner border with oultine on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Apr 28, 2024
1 parent 26fab1a commit 061a6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions w3pevent.css
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,11 @@ person-item:hover .table-custom th {
filter: grayscale(0%);
}
.partner-item:hover .partner-img {
filter: grayscale(20%);
filter: grayscale(25%);
cursor: help;
border-width: 10px;
border-opacity: 1;
border-color: #FFFFFF;
outline: white;
outline-style: dashed;
outline-width: 3px;
}
.partner-item .partner-text {
color: #FFFFFF;
Expand Down

0 comments on commit 061a6d5

Please sign in to comment.