Skip to content

Commit

Permalink
highlight dropdown selection on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Sep 18, 2024
1 parent c125fff commit 7e509ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ body.viewtree {
font-family: 'arial';
padding: 0 10px 0 10px;
}

.dropdown-content p:hover {
background-color: #57068c;
color:white;
}

.dropdown:hover .dropdown-content {
display: block;
}
Expand Down

0 comments on commit 7e509ed

Please sign in to comment.