Skip to content

Commit

Permalink
Update the background color of dropdown menu on profile page for team…
Browse files Browse the repository at this point in the history
… and project section
  • Loading branch information
hiralsonip committed May 7, 2024
1 parent 3c8bb1f commit bfbeae1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@

.project-auto-complete:hover {
/* background: #1d62f0; */
background: #007BFF;
/* background: #007BFF; */
background: #DDEBFF;
}

.team-auto-complete {
Expand All @@ -56,7 +57,8 @@

.team-auto-complete:hover {
/* background: #1d62f0; */
background: #007BFF;
/* background: #007BFF; */
background: #DDEBFF;
}

#myTabContent {
Expand Down

0 comments on commit bfbeae1

Please sign in to comment.